rux-rails 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile +1 -4
- data/README.md +3 -5
- data/lib/rux-rails/output_buffer.rb +13 -0
- data/lib/rux-rails/railtie.rb +8 -36
- data/lib/rux-rails/rux_loader.rb +7 -0
- data/lib/rux-rails/tag_builder.rb +2 -2
- data/lib/rux-rails/version.rb +1 -1
- data/lib/rux-rails.rb +4 -12
- data/rux-rails.gemspec +2 -1
- data/spec/controllers/home_controller_spec.rb +37 -1
- data/spec/dummy/app/components/html_safety_component.rb +13 -0
- data/spec/dummy/app/components/html_safety_component.rux +9 -0
- data/spec/dummy/config/application.rb +4 -0
- data/spec/dummy/log/test.log +3511 -0
- data/spec/html_safety_spec.rb +10 -0
- data/spec/spec_helper.rb +57 -8
- metadata +27 -16
- data/lib/rux-rails/core_ext/kernel.rb +0 -67
- data/lib/rux-rails/core_ext/kernel_zeitwerk.rb +0 -63
- data/lib/rux-rails/ext/activesupport/dependencies.rb +0 -47
- data/lib/rux-rails/ext/bootsnap/autoload.rb +0 -27
- data/lib/rux-rails/ext/zeitwerk/loader.rb +0 -35
- data/lib/rux-rails/safe_buffer.rb +0 -13
- data/spec/dummy/app/components/button.rb +0 -15
- data/spec/dummy/app/components/home_component.rb +0 -12
data/spec/dummy/log/test.log
CHANGED
@@ -217,3 +217,3514 @@ Processing by HomeController#index as HTML
|
|
217
217
|
Rendered home/index.html.ruxt within layouts/application (Duration: 84.7ms | Allocations: 44260)
|
218
218
|
Rendered layout layouts/application.html.erb (Duration: 85.3ms | Allocations: 44407)
|
219
219
|
Completed 200 OK in 108ms (Views: 94.0ms | Allocations: 52425)
|
220
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:46:53 -0700
|
221
|
+
Processing by HomeController#index as HTML
|
222
|
+
Completed 406 Not Acceptable in 5ms (Allocations: 2401)
|
223
|
+
|
224
|
+
ActionController::MissingExactTemplate (HomeController#index is missing a template for request formats: text/html):
|
225
|
+
|
226
|
+
actionpack (7.0.5) lib/action_controller/metal/implicit_render.rb:45:in `default_render'
|
227
|
+
actionpack (7.0.5) lib/action_controller/metal/basic_implicit_render.rb:7:in `send_action'
|
228
|
+
actionpack (7.0.5) lib/abstract_controller/base.rb:215:in `process_action'
|
229
|
+
actionpack (7.0.5) lib/action_controller/metal/rendering.rb:165:in `process_action'
|
230
|
+
actionpack (7.0.5) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
|
231
|
+
activesupport (7.0.5) lib/active_support/callbacks.rb:107:in `run_callbacks'
|
232
|
+
actionpack (7.0.5) lib/abstract_controller/callbacks.rb:233:in `process_action'
|
233
|
+
actionpack (7.0.5) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
234
|
+
actionpack (7.0.5) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
|
235
|
+
activesupport (7.0.5) lib/active_support/notifications.rb:206:in `block in instrument'
|
236
|
+
activesupport (7.0.5) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
|
237
|
+
activesupport (7.0.5) lib/active_support/notifications.rb:206:in `instrument'
|
238
|
+
actionpack (7.0.5) lib/action_controller/metal/instrumentation.rb:66:in `process_action'
|
239
|
+
actionpack (7.0.5) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
|
240
|
+
actionpack (7.0.5) lib/abstract_controller/base.rb:151:in `process'
|
241
|
+
actionview (7.0.5) lib/action_view/rendering.rb:39:in `process'
|
242
|
+
actionpack (7.0.5) lib/action_controller/metal.rb:188:in `dispatch'
|
243
|
+
actionpack (7.0.5) lib/action_controller/metal.rb:251:in `dispatch'
|
244
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
245
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:32:in `serve'
|
246
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
247
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:32:in `each'
|
248
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:32:in `serve'
|
249
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:852:in `call'
|
250
|
+
rack (2.2.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
251
|
+
rack (2.2.7) lib/rack/etag.rb:27:in `call'
|
252
|
+
rack (2.2.7) lib/rack/conditional_get.rb:27:in `call'
|
253
|
+
rack (2.2.7) lib/rack/head.rb:12:in `call'
|
254
|
+
actionpack (7.0.5) lib/action_dispatch/http/permissions_policy.rb:38:in `call'
|
255
|
+
actionpack (7.0.5) lib/action_dispatch/http/content_security_policy.rb:36:in `call'
|
256
|
+
rack (2.2.7) lib/rack/session/abstract/id.rb:266:in `context'
|
257
|
+
rack (2.2.7) lib/rack/session/abstract/id.rb:260:in `call'
|
258
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/cookies.rb:704:in `call'
|
259
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
|
260
|
+
activesupport (7.0.5) lib/active_support/callbacks.rb:99:in `run_callbacks'
|
261
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
262
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
263
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
|
264
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
|
265
|
+
railties (7.0.5) lib/rails/rack/logger.rb:40:in `call_app'
|
266
|
+
railties (7.0.5) lib/rails/rack/logger.rb:25:in `block in call'
|
267
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:99:in `block in tagged'
|
268
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:37:in `tagged'
|
269
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:99:in `tagged'
|
270
|
+
railties (7.0.5) lib/rails/rack/logger.rb:25:in `call'
|
271
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
|
272
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/request_id.rb:26:in `call'
|
273
|
+
rack (2.2.7) lib/rack/method_override.rb:24:in `call'
|
274
|
+
rack (2.2.7) lib/rack/runtime.rb:22:in `call'
|
275
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
276
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/static.rb:23:in `call'
|
277
|
+
rack (2.2.7) lib/rack/sendfile.rb:110:in `call'
|
278
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
|
279
|
+
railties (7.0.5) lib/rails/engine.rb:530:in `call'
|
280
|
+
rack-test (2.1.0) lib/rack/test.rb:360:in `process_request'
|
281
|
+
rack-test (2.1.0) lib/rack/test.rb:153:in `request'
|
282
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:279:in `process'
|
283
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:16:in `get'
|
284
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:370:in `get'
|
285
|
+
/Users/camertron/workspace/camertron/rux-rails/spec/controllers/home_controller_spec.rb:6:in `block (3 levels) in <top (required)>'
|
286
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `instance_exec'
|
287
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `block in run'
|
288
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
|
289
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
|
290
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `block in run'
|
291
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'
|
292
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'
|
293
|
+
rspec-rails (6.0.3) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
294
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'
|
295
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'
|
296
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'
|
297
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'
|
298
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'
|
299
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'
|
300
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `run'
|
301
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `with_around_example_hooks'
|
302
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
|
303
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:259:in `run'
|
304
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:646:in `block in run_examples'
|
305
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `map'
|
306
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `run_examples'
|
307
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:607:in `run'
|
308
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'
|
309
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'
|
310
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'
|
311
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
|
312
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `map'
|
313
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
|
314
|
+
rspec-core (3.12.2) lib/rspec/core/configuration.rb:2070:in `with_suite_hooks'
|
315
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:116:in `block in run_specs'
|
316
|
+
rspec-core (3.12.2) lib/rspec/core/reporter.rb:74:in `report'
|
317
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:115:in `run_specs'
|
318
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:89:in `run'
|
319
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:71:in `run'
|
320
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:45:in `invoke'
|
321
|
+
rspec-core (3.12.2) exe/rspec:4:in `<top (required)>'
|
322
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/rspec:23:in `load'
|
323
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/rspec:23:in `<top (required)>'
|
324
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:58:in `load'
|
325
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:58:in `kernel_load'
|
326
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:23:in `run'
|
327
|
+
bundler (2.3.6) lib/bundler/cli.rb:484:in `exec'
|
328
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
|
329
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
|
330
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
|
331
|
+
bundler (2.3.6) lib/bundler/cli.rb:31:in `dispatch'
|
332
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
|
333
|
+
bundler (2.3.6) lib/bundler/cli.rb:25:in `start'
|
334
|
+
bundler (2.3.6) exe/bundle:48:in `block in <top (required)>'
|
335
|
+
bundler (2.3.6) lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
|
336
|
+
bundler (2.3.6) exe/bundle:36:in `<top (required)>'
|
337
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/bundle:23:in `load'
|
338
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/bundle:23:in `<main>'
|
339
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:47:26 -0700
|
340
|
+
Processing by HomeController#index as HTML
|
341
|
+
Completed 406 Not Acceptable in 5ms (Allocations: 2401)
|
342
|
+
|
343
|
+
ActionController::MissingExactTemplate (HomeController#index is missing a template for request formats: text/html):
|
344
|
+
|
345
|
+
actionpack (7.0.5) lib/action_controller/metal/implicit_render.rb:45:in `default_render'
|
346
|
+
actionpack (7.0.5) lib/action_controller/metal/basic_implicit_render.rb:7:in `send_action'
|
347
|
+
actionpack (7.0.5) lib/abstract_controller/base.rb:215:in `process_action'
|
348
|
+
actionpack (7.0.5) lib/action_controller/metal/rendering.rb:165:in `process_action'
|
349
|
+
actionpack (7.0.5) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
|
350
|
+
activesupport (7.0.5) lib/active_support/callbacks.rb:107:in `run_callbacks'
|
351
|
+
actionpack (7.0.5) lib/abstract_controller/callbacks.rb:233:in `process_action'
|
352
|
+
actionpack (7.0.5) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
353
|
+
actionpack (7.0.5) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
|
354
|
+
activesupport (7.0.5) lib/active_support/notifications.rb:206:in `block in instrument'
|
355
|
+
activesupport (7.0.5) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
|
356
|
+
activesupport (7.0.5) lib/active_support/notifications.rb:206:in `instrument'
|
357
|
+
actionpack (7.0.5) lib/action_controller/metal/instrumentation.rb:66:in `process_action'
|
358
|
+
actionpack (7.0.5) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
|
359
|
+
actionpack (7.0.5) lib/abstract_controller/base.rb:151:in `process'
|
360
|
+
actionview (7.0.5) lib/action_view/rendering.rb:39:in `process'
|
361
|
+
actionpack (7.0.5) lib/action_controller/metal.rb:188:in `dispatch'
|
362
|
+
actionpack (7.0.5) lib/action_controller/metal.rb:251:in `dispatch'
|
363
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
364
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:32:in `serve'
|
365
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
366
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:32:in `each'
|
367
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:32:in `serve'
|
368
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:852:in `call'
|
369
|
+
rack (2.2.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
370
|
+
rack (2.2.7) lib/rack/etag.rb:27:in `call'
|
371
|
+
rack (2.2.7) lib/rack/conditional_get.rb:27:in `call'
|
372
|
+
rack (2.2.7) lib/rack/head.rb:12:in `call'
|
373
|
+
actionpack (7.0.5) lib/action_dispatch/http/permissions_policy.rb:38:in `call'
|
374
|
+
actionpack (7.0.5) lib/action_dispatch/http/content_security_policy.rb:36:in `call'
|
375
|
+
rack (2.2.7) lib/rack/session/abstract/id.rb:266:in `context'
|
376
|
+
rack (2.2.7) lib/rack/session/abstract/id.rb:260:in `call'
|
377
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/cookies.rb:704:in `call'
|
378
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
|
379
|
+
activesupport (7.0.5) lib/active_support/callbacks.rb:99:in `run_callbacks'
|
380
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
381
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
382
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
|
383
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
|
384
|
+
railties (7.0.5) lib/rails/rack/logger.rb:40:in `call_app'
|
385
|
+
railties (7.0.5) lib/rails/rack/logger.rb:25:in `block in call'
|
386
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:99:in `block in tagged'
|
387
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:37:in `tagged'
|
388
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:99:in `tagged'
|
389
|
+
railties (7.0.5) lib/rails/rack/logger.rb:25:in `call'
|
390
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
|
391
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/request_id.rb:26:in `call'
|
392
|
+
rack (2.2.7) lib/rack/method_override.rb:24:in `call'
|
393
|
+
rack (2.2.7) lib/rack/runtime.rb:22:in `call'
|
394
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
395
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/static.rb:23:in `call'
|
396
|
+
rack (2.2.7) lib/rack/sendfile.rb:110:in `call'
|
397
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
|
398
|
+
railties (7.0.5) lib/rails/engine.rb:530:in `call'
|
399
|
+
rack-test (2.1.0) lib/rack/test.rb:360:in `process_request'
|
400
|
+
rack-test (2.1.0) lib/rack/test.rb:153:in `request'
|
401
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:279:in `process'
|
402
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:16:in `get'
|
403
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:370:in `get'
|
404
|
+
/Users/camertron/workspace/camertron/rux-rails/spec/controllers/home_controller_spec.rb:6:in `block (3 levels) in <top (required)>'
|
405
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `instance_exec'
|
406
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `block in run'
|
407
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
|
408
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
|
409
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `block in run'
|
410
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'
|
411
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'
|
412
|
+
rspec-rails (6.0.3) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
413
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'
|
414
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'
|
415
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'
|
416
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'
|
417
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'
|
418
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'
|
419
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `run'
|
420
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `with_around_example_hooks'
|
421
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
|
422
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:259:in `run'
|
423
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:646:in `block in run_examples'
|
424
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `map'
|
425
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `run_examples'
|
426
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:607:in `run'
|
427
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'
|
428
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'
|
429
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'
|
430
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
|
431
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `map'
|
432
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
|
433
|
+
rspec-core (3.12.2) lib/rspec/core/configuration.rb:2070:in `with_suite_hooks'
|
434
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:116:in `block in run_specs'
|
435
|
+
rspec-core (3.12.2) lib/rspec/core/reporter.rb:74:in `report'
|
436
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:115:in `run_specs'
|
437
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:89:in `run'
|
438
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:71:in `run'
|
439
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:45:in `invoke'
|
440
|
+
rspec-core (3.12.2) exe/rspec:4:in `<top (required)>'
|
441
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/rspec:23:in `load'
|
442
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/rspec:23:in `<top (required)>'
|
443
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:58:in `load'
|
444
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:58:in `kernel_load'
|
445
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:23:in `run'
|
446
|
+
bundler (2.3.6) lib/bundler/cli.rb:484:in `exec'
|
447
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
|
448
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
|
449
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
|
450
|
+
bundler (2.3.6) lib/bundler/cli.rb:31:in `dispatch'
|
451
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
|
452
|
+
bundler (2.3.6) lib/bundler/cli.rb:25:in `start'
|
453
|
+
bundler (2.3.6) exe/bundle:48:in `block in <top (required)>'
|
454
|
+
bundler (2.3.6) lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
|
455
|
+
bundler (2.3.6) exe/bundle:36:in `<top (required)>'
|
456
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/bundle:23:in `load'
|
457
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/bundle:23:in `<main>'
|
458
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:50:15 -0700
|
459
|
+
Processing by HomeController#index as HTML
|
460
|
+
Completed 406 Not Acceptable in 4ms (Allocations: 2401)
|
461
|
+
|
462
|
+
ActionController::MissingExactTemplate (HomeController#index is missing a template for request formats: text/html):
|
463
|
+
|
464
|
+
actionpack (7.0.5) lib/action_controller/metal/implicit_render.rb:45:in `default_render'
|
465
|
+
actionpack (7.0.5) lib/action_controller/metal/basic_implicit_render.rb:7:in `send_action'
|
466
|
+
actionpack (7.0.5) lib/abstract_controller/base.rb:215:in `process_action'
|
467
|
+
actionpack (7.0.5) lib/action_controller/metal/rendering.rb:165:in `process_action'
|
468
|
+
actionpack (7.0.5) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
|
469
|
+
activesupport (7.0.5) lib/active_support/callbacks.rb:107:in `run_callbacks'
|
470
|
+
actionpack (7.0.5) lib/abstract_controller/callbacks.rb:233:in `process_action'
|
471
|
+
actionpack (7.0.5) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
472
|
+
actionpack (7.0.5) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
|
473
|
+
activesupport (7.0.5) lib/active_support/notifications.rb:206:in `block in instrument'
|
474
|
+
activesupport (7.0.5) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
|
475
|
+
activesupport (7.0.5) lib/active_support/notifications.rb:206:in `instrument'
|
476
|
+
actionpack (7.0.5) lib/action_controller/metal/instrumentation.rb:66:in `process_action'
|
477
|
+
actionpack (7.0.5) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
|
478
|
+
actionpack (7.0.5) lib/abstract_controller/base.rb:151:in `process'
|
479
|
+
actionview (7.0.5) lib/action_view/rendering.rb:39:in `process'
|
480
|
+
actionpack (7.0.5) lib/action_controller/metal.rb:188:in `dispatch'
|
481
|
+
actionpack (7.0.5) lib/action_controller/metal.rb:251:in `dispatch'
|
482
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
483
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:32:in `serve'
|
484
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
485
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:32:in `each'
|
486
|
+
actionpack (7.0.5) lib/action_dispatch/journey/router.rb:32:in `serve'
|
487
|
+
actionpack (7.0.5) lib/action_dispatch/routing/route_set.rb:852:in `call'
|
488
|
+
rack (2.2.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
489
|
+
rack (2.2.7) lib/rack/etag.rb:27:in `call'
|
490
|
+
rack (2.2.7) lib/rack/conditional_get.rb:27:in `call'
|
491
|
+
rack (2.2.7) lib/rack/head.rb:12:in `call'
|
492
|
+
actionpack (7.0.5) lib/action_dispatch/http/permissions_policy.rb:38:in `call'
|
493
|
+
actionpack (7.0.5) lib/action_dispatch/http/content_security_policy.rb:36:in `call'
|
494
|
+
rack (2.2.7) lib/rack/session/abstract/id.rb:266:in `context'
|
495
|
+
rack (2.2.7) lib/rack/session/abstract/id.rb:260:in `call'
|
496
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/cookies.rb:704:in `call'
|
497
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
|
498
|
+
activesupport (7.0.5) lib/active_support/callbacks.rb:99:in `run_callbacks'
|
499
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
500
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
501
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
|
502
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
|
503
|
+
railties (7.0.5) lib/rails/rack/logger.rb:40:in `call_app'
|
504
|
+
railties (7.0.5) lib/rails/rack/logger.rb:25:in `block in call'
|
505
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:99:in `block in tagged'
|
506
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:37:in `tagged'
|
507
|
+
activesupport (7.0.5) lib/active_support/tagged_logging.rb:99:in `tagged'
|
508
|
+
railties (7.0.5) lib/rails/rack/logger.rb:25:in `call'
|
509
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
|
510
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/request_id.rb:26:in `call'
|
511
|
+
rack (2.2.7) lib/rack/method_override.rb:24:in `call'
|
512
|
+
rack (2.2.7) lib/rack/runtime.rb:22:in `call'
|
513
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
514
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/static.rb:23:in `call'
|
515
|
+
rack (2.2.7) lib/rack/sendfile.rb:110:in `call'
|
516
|
+
actionpack (7.0.5) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
|
517
|
+
railties (7.0.5) lib/rails/engine.rb:530:in `call'
|
518
|
+
rack-test (2.1.0) lib/rack/test.rb:360:in `process_request'
|
519
|
+
rack-test (2.1.0) lib/rack/test.rb:153:in `request'
|
520
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:279:in `process'
|
521
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:16:in `get'
|
522
|
+
actionpack (7.0.5) lib/action_dispatch/testing/integration.rb:370:in `get'
|
523
|
+
/Users/camertron/workspace/camertron/rux-rails/spec/controllers/home_controller_spec.rb:6:in `block (3 levels) in <top (required)>'
|
524
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `instance_exec'
|
525
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `block in run'
|
526
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
|
527
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
|
528
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `block in run'
|
529
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'
|
530
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'
|
531
|
+
rspec-rails (6.0.3) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
532
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'
|
533
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'
|
534
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'
|
535
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'
|
536
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'
|
537
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'
|
538
|
+
rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `run'
|
539
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `with_around_example_hooks'
|
540
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
|
541
|
+
rspec-core (3.12.2) lib/rspec/core/example.rb:259:in `run'
|
542
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:646:in `block in run_examples'
|
543
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `map'
|
544
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `run_examples'
|
545
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:607:in `run'
|
546
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'
|
547
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'
|
548
|
+
rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'
|
549
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
|
550
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `map'
|
551
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
|
552
|
+
rspec-core (3.12.2) lib/rspec/core/configuration.rb:2070:in `with_suite_hooks'
|
553
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:116:in `block in run_specs'
|
554
|
+
rspec-core (3.12.2) lib/rspec/core/reporter.rb:74:in `report'
|
555
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:115:in `run_specs'
|
556
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:89:in `run'
|
557
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:71:in `run'
|
558
|
+
rspec-core (3.12.2) lib/rspec/core/runner.rb:45:in `invoke'
|
559
|
+
rspec-core (3.12.2) exe/rspec:4:in `<top (required)>'
|
560
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/rspec:23:in `load'
|
561
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/rspec:23:in `<top (required)>'
|
562
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:58:in `load'
|
563
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:58:in `kernel_load'
|
564
|
+
bundler (2.3.6) lib/bundler/cli/exec.rb:23:in `run'
|
565
|
+
bundler (2.3.6) lib/bundler/cli.rb:484:in `exec'
|
566
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
|
567
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
|
568
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
|
569
|
+
bundler (2.3.6) lib/bundler/cli.rb:31:in `dispatch'
|
570
|
+
bundler (2.3.6) lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
|
571
|
+
bundler (2.3.6) lib/bundler/cli.rb:25:in `start'
|
572
|
+
bundler (2.3.6) exe/bundle:48:in `block in <top (required)>'
|
573
|
+
bundler (2.3.6) lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
|
574
|
+
bundler (2.3.6) exe/bundle:36:in `<top (required)>'
|
575
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/bundle:23:in `load'
|
576
|
+
/Users/camertron/.asdf/installs/ruby/2.7.4/bin/bundle:23:in `<main>'
|
577
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:52:30 -0700
|
578
|
+
Processing by HomeController#index as HTML
|
579
|
+
Rendering layout layouts/application.html.erb
|
580
|
+
Rendering home/index.html.ruxt within layouts/application
|
581
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 139.3ms | Allocations: 38939)
|
582
|
+
Rendered layout layouts/application.html.erb (Duration: 139.5ms | Allocations: 38985)
|
583
|
+
Completed 500 Internal Server Error in 170ms (Allocations: 48929)
|
584
|
+
|
585
|
+
ActionView::Template::Error (undefined method `transpile_on_load?' for Onload:Module):
|
586
|
+
1: <HomeComponent />
|
587
|
+
|
588
|
+
app/views/home/index.html.ruxt:1
|
589
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:55:47 -0700
|
590
|
+
Processing by HomeController#index as HTML
|
591
|
+
Rendering layout layouts/application.html.erb
|
592
|
+
Rendering home/index.html.ruxt within layouts/application
|
593
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 124.7ms | Allocations: 38984)
|
594
|
+
Rendered layout layouts/application.html.erb (Duration: 124.8ms | Allocations: 39030)
|
595
|
+
Completed 500 Internal Server Error in 158ms (Allocations: 48974)
|
596
|
+
|
597
|
+
ActionView::Template::Error (private method `processors' called for Onload:Module
|
598
|
+
Did you mean? process?):
|
599
|
+
1: <HomeComponent />
|
600
|
+
|
601
|
+
app/views/home/index.html.ruxt:1
|
602
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:56:11 -0700
|
603
|
+
Processing by HomeController#index as HTML
|
604
|
+
Rendering layout layouts/application.html.erb
|
605
|
+
Rendering home/index.html.ruxt within layouts/application
|
606
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.9ms | Allocations: 46887)
|
607
|
+
Rendered layout layouts/application.html.erb (Duration: 129.2ms | Allocations: 46933)
|
608
|
+
Completed 500 Internal Server Error in 160ms (Allocations: 56877)
|
609
|
+
|
610
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
611
|
+
1: <HomeComponent />
|
612
|
+
|
613
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
614
|
+
app/views/home/index.html.ruxt:1
|
615
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:56:35 -0700
|
616
|
+
Processing by HomeController#index as HTML
|
617
|
+
Rendering layout layouts/application.html.erb
|
618
|
+
Rendering home/index.html.ruxt within layouts/application
|
619
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 135.8ms | Allocations: 46887)
|
620
|
+
Rendered layout layouts/application.html.erb (Duration: 136.0ms | Allocations: 46933)
|
621
|
+
Completed 500 Internal Server Error in 168ms (Allocations: 56877)
|
622
|
+
|
623
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
624
|
+
1: <HomeComponent />
|
625
|
+
|
626
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
627
|
+
app/views/home/index.html.ruxt:1
|
628
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:57:38 -0700
|
629
|
+
Processing by HomeController#index as HTML
|
630
|
+
Rendering layout layouts/application.html.erb
|
631
|
+
Rendering home/index.html.ruxt within layouts/application
|
632
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 80.2ms | Allocations: 46883)
|
633
|
+
Rendered layout layouts/application.html.erb (Duration: 80.4ms | Allocations: 46929)
|
634
|
+
Completed 500 Internal Server Error in 113ms (Allocations: 56873)
|
635
|
+
|
636
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
637
|
+
1: <HomeComponent />
|
638
|
+
|
639
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
640
|
+
app/views/home/index.html.ruxt:1
|
641
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 15:59:34 -0700
|
642
|
+
Processing by HomeController#index as HTML
|
643
|
+
Rendering layout layouts/application.html.erb
|
644
|
+
Rendering home/index.html.ruxt within layouts/application
|
645
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.2ms | Allocations: 46884)
|
646
|
+
Rendered layout layouts/application.html.erb (Duration: 128.4ms | Allocations: 46930)
|
647
|
+
Completed 500 Internal Server Error in 158ms (Allocations: 56874)
|
648
|
+
|
649
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
650
|
+
1: <HomeComponent />
|
651
|
+
|
652
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
653
|
+
app/views/home/index.html.ruxt:1
|
654
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:00:13 -0700
|
655
|
+
Processing by HomeController#index as HTML
|
656
|
+
Rendering layout layouts/application.html.erb
|
657
|
+
Rendering home/index.html.ruxt within layouts/application
|
658
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19412.6ms | Allocations: 168278)
|
659
|
+
Rendered layout layouts/application.html.erb (Duration: 19412.9ms | Allocations: 168324)
|
660
|
+
Completed 500 Internal Server Error in 19443ms (Allocations: 178268)
|
661
|
+
|
662
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
663
|
+
1: <HomeComponent />
|
664
|
+
|
665
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
666
|
+
app/views/home/index.html.ruxt:1
|
667
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:01:17 -0700
|
668
|
+
Processing by HomeController#index as HTML
|
669
|
+
Rendering layout layouts/application.html.erb
|
670
|
+
Rendering home/index.html.ruxt within layouts/application
|
671
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 36.8ms | Allocations: 16280)
|
672
|
+
Rendered layout layouts/application.html.erb (Duration: 37.0ms | Allocations: 16326)
|
673
|
+
Completed 500 Internal Server Error in 44ms (Allocations: 19472)
|
674
|
+
|
675
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
676
|
+
1: <HomeComponent />
|
677
|
+
|
678
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
679
|
+
app/views/home/index.html.ruxt:1
|
680
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:01:38 -0700
|
681
|
+
Processing by HomeController#index as HTML
|
682
|
+
Rendering layout layouts/application.html.erb
|
683
|
+
Rendering home/index.html.ruxt within layouts/application
|
684
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 30.4ms | Allocations: 16281)
|
685
|
+
Rendered layout layouts/application.html.erb (Duration: 30.6ms | Allocations: 16327)
|
686
|
+
Completed 500 Internal Server Error in 38ms (Allocations: 19473)
|
687
|
+
|
688
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
689
|
+
1: <HomeComponent />
|
690
|
+
|
691
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
692
|
+
app/views/home/index.html.ruxt:1
|
693
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:01:43 -0700
|
694
|
+
Processing by HomeController#index as HTML
|
695
|
+
Rendering layout layouts/application.html.erb
|
696
|
+
Rendering home/index.html.ruxt within layouts/application
|
697
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 31.3ms | Allocations: 16281)
|
698
|
+
Rendered layout layouts/application.html.erb (Duration: 31.5ms | Allocations: 16327)
|
699
|
+
Completed 500 Internal Server Error in 39ms (Allocations: 19473)
|
700
|
+
|
701
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
702
|
+
1: <HomeComponent />
|
703
|
+
|
704
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
705
|
+
app/views/home/index.html.ruxt:1
|
706
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:02:20 -0700
|
707
|
+
Processing by HomeController#index as HTML
|
708
|
+
Rendering layout layouts/application.html.erb
|
709
|
+
Rendering home/index.html.ruxt within layouts/application
|
710
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:03:28 -0700
|
711
|
+
Processing by HomeController#index as HTML
|
712
|
+
Rendering layout layouts/application.html.erb
|
713
|
+
Rendering home/index.html.ruxt within layouts/application
|
714
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 24808.3ms | Allocations: 2139533)
|
715
|
+
Rendered layout layouts/application.html.erb (Duration: 24826.0ms | Allocations: 2161821)
|
716
|
+
Completed 500 Internal Server Error in 24857ms (Allocations: 2194882)
|
717
|
+
|
718
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
719
|
+
1: <HomeComponent />
|
720
|
+
|
721
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
722
|
+
app/views/home/index.html.ruxt:1
|
723
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:04:10 -0700
|
724
|
+
Processing by HomeController#index as HTML
|
725
|
+
Rendering layout layouts/application.html.erb
|
726
|
+
Rendering home/index.html.ruxt within layouts/application
|
727
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 41093.3ms | Allocations: 691563)
|
728
|
+
Rendered layout layouts/application.html.erb (Duration: 41102.8ms | Allocations: 700571)
|
729
|
+
Completed 500 Internal Server Error in 41126ms (Allocations: 717394)
|
730
|
+
|
731
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
732
|
+
1: <HomeComponent />
|
733
|
+
|
734
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
735
|
+
app/views/home/index.html.ruxt:1
|
736
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:05:16 -0700
|
737
|
+
Processing by HomeController#index as HTML
|
738
|
+
Rendering layout layouts/application.html.erb
|
739
|
+
Rendering home/index.html.ruxt within layouts/application
|
740
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 54904.2ms | Allocations: 100122)
|
741
|
+
Rendered layout layouts/application.html.erb (Duration: 54904.4ms | Allocations: 100168)
|
742
|
+
Completed 500 Internal Server Error in 54911ms (Allocations: 103308)
|
743
|
+
|
744
|
+
ActionView::Template::Error (no implicit conversion of nil into String):
|
745
|
+
1: <HomeComponent />
|
746
|
+
|
747
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
748
|
+
app/views/home/index.html.ruxt:1
|
749
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:06:15 -0700
|
750
|
+
Processing by HomeController#index as HTML
|
751
|
+
Rendering layout layouts/application.html.erb
|
752
|
+
Rendering home/index.html.ruxt within layouts/application
|
753
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:06:55 -0700
|
754
|
+
Processing by HomeController#index as HTML
|
755
|
+
Rendering layout layouts/application.html.erb
|
756
|
+
Rendering home/index.html.ruxt within layouts/application
|
757
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:10:01 -0700
|
758
|
+
Processing by HomeController#index as HTML
|
759
|
+
Rendering layout layouts/application.html.erb
|
760
|
+
Rendering home/index.html.ruxt within layouts/application
|
761
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2137.6ms | Allocations: 49181)
|
762
|
+
Rendered layout layouts/application.html.erb (Duration: 2137.8ms | Allocations: 49227)
|
763
|
+
Completed 500 Internal Server Error in 2144ms (Allocations: 52373)
|
764
|
+
|
765
|
+
ActionView::Template::Error (uninitialized constant ViewComponent):
|
766
|
+
1: <HomeComponent />
|
767
|
+
|
768
|
+
app/components/home_component.rb:1:in `<top (required)>'
|
769
|
+
app/views/home/index.html.ruxt:1
|
770
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:11:34 -0700
|
771
|
+
Processing by HomeController#index as HTML
|
772
|
+
Rendering layout layouts/application.html.erb
|
773
|
+
Rendering home/index.html.ruxt within layouts/application
|
774
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1383.4ms | Allocations: 48108)
|
775
|
+
Rendered layout layouts/application.html.erb (Duration: 1383.9ms | Allocations: 48256)
|
776
|
+
Completed 200 OK in 1391ms (Views: 1386.6ms | Allocations: 51452)
|
777
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:13:10 -0700
|
778
|
+
Processing by HomeController#index as HTML
|
779
|
+
Rendering layout layouts/application.html.erb
|
780
|
+
Rendering home/index.html.ruxt within layouts/application
|
781
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1657.2ms | Allocations: 85160)
|
782
|
+
Rendered layout layouts/application.html.erb (Duration: 1657.7ms | Allocations: 85307)
|
783
|
+
Completed 200 OK in 1690ms (Views: 1672.7ms | Allocations: 95976)
|
784
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:13:38 -0700
|
785
|
+
Processing by HomeController#index as HTML
|
786
|
+
Rendering layout layouts/application.html.erb
|
787
|
+
Rendering home/index.html.ruxt within layouts/application
|
788
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 28678.1ms | Allocations: 85685)
|
789
|
+
Rendered layout layouts/application.html.erb (Duration: 28682.3ms | Allocations: 85832)
|
790
|
+
Completed 200 OK in 28711ms (Views: 28694.8ms | Allocations: 96501)
|
791
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:14:50 -0700
|
792
|
+
Processing by HomeController#index as HTML
|
793
|
+
Rendering layout layouts/application.html.erb
|
794
|
+
Rendering home/index.html.ruxt within layouts/application
|
795
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 108.4ms | Allocations: 52817)
|
796
|
+
Rendered layout layouts/application.html.erb (Duration: 109.0ms | Allocations: 52964)
|
797
|
+
Completed 200 OK in 138ms (Views: 121.4ms | Allocations: 63633)
|
798
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:06 -0700
|
799
|
+
Processing by HomeController#index as HTML
|
800
|
+
Rendering home/index.html.ruxt within layouts/application
|
801
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.6ms | Allocations: 52379)
|
802
|
+
Completed 200 OK in 162ms (Views: 141.4ms | Allocations: 60902)
|
803
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:12 -0700
|
804
|
+
Processing by HomeController#index as HTML
|
805
|
+
Rendering layout layouts/application.html.erb
|
806
|
+
Rendering home/index.html.ruxt within layouts/application
|
807
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 150.6ms | Allocations: 51735)
|
808
|
+
Rendered layout layouts/application.html.erb (Duration: 151.0ms | Allocations: 51881)
|
809
|
+
Completed 200 OK in 191ms (Views: 172.7ms | Allocations: 60167)
|
810
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:18 -0700
|
811
|
+
Processing by HomeController#index as HTML
|
812
|
+
Rendering layout layouts/application.html.erb
|
813
|
+
Rendering home/index.html.ruxt within layouts/application
|
814
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 110.9ms | Allocations: 52817)
|
815
|
+
Rendered layout layouts/application.html.erb (Duration: 111.3ms | Allocations: 52964)
|
816
|
+
Completed 200 OK in 146ms (Views: 127.6ms | Allocations: 63633)
|
817
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:24 -0700
|
818
|
+
Processing by HomeController#index as HTML
|
819
|
+
Rendering home/index.html.ruxt within layouts/application
|
820
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.7ms | Allocations: 52379)
|
821
|
+
Completed 200 OK in 159ms (Views: 138.9ms | Allocations: 60902)
|
822
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:30 -0700
|
823
|
+
Processing by HomeController#index as HTML
|
824
|
+
Rendering layout layouts/application.html.erb
|
825
|
+
Rendering home/index.html.ruxt within layouts/application
|
826
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 142.9ms | Allocations: 51736)
|
827
|
+
Rendered layout layouts/application.html.erb (Duration: 143.4ms | Allocations: 51882)
|
828
|
+
Completed 200 OK in 184ms (Views: 165.4ms | Allocations: 60168)
|
829
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:37 -0700
|
830
|
+
Processing by HomeController#index as HTML
|
831
|
+
Rendering layout layouts/application.html.erb
|
832
|
+
Rendering home/index.html.ruxt within layouts/application
|
833
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 121.9ms | Allocations: 52817)
|
834
|
+
Rendered layout layouts/application.html.erb (Duration: 122.4ms | Allocations: 52964)
|
835
|
+
Completed 200 OK in 156ms (Views: 138.1ms | Allocations: 63633)
|
836
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:43 -0700
|
837
|
+
Processing by HomeController#index as HTML
|
838
|
+
Rendering layout layouts/application.html.erb
|
839
|
+
Rendering home/index.html.ruxt within layouts/application
|
840
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 145.0ms | Allocations: 51735)
|
841
|
+
Rendered layout layouts/application.html.erb (Duration: 145.5ms | Allocations: 51881)
|
842
|
+
Completed 200 OK in 183ms (Views: 166.0ms | Allocations: 60167)
|
843
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:50 -0700
|
844
|
+
Processing by HomeController#index as HTML
|
845
|
+
Rendering layout layouts/application.html.erb
|
846
|
+
Rendering home/index.html.ruxt within layouts/application
|
847
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 121.4ms | Allocations: 52817)
|
848
|
+
Rendered layout layouts/application.html.erb (Duration: 121.8ms | Allocations: 52964)
|
849
|
+
Completed 200 OK in 155ms (Views: 137.3ms | Allocations: 63633)
|
850
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:15:57 -0700
|
851
|
+
Processing by HomeController#index as HTML
|
852
|
+
Rendering layout layouts/application.html.erb
|
853
|
+
Rendering home/index.html.ruxt within layouts/application
|
854
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 145.7ms | Allocations: 51736)
|
855
|
+
Rendered layout layouts/application.html.erb (Duration: 146.2ms | Allocations: 51882)
|
856
|
+
Completed 200 OK in 185ms (Views: 167.6ms | Allocations: 60168)
|
857
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:16:03 -0700
|
858
|
+
Processing by HomeController#index as HTML
|
859
|
+
Rendering layout layouts/application.html.erb
|
860
|
+
Rendering home/index.html.ruxt within layouts/application
|
861
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 119.9ms | Allocations: 52817)
|
862
|
+
Rendered layout layouts/application.html.erb (Duration: 120.3ms | Allocations: 52964)
|
863
|
+
Completed 200 OK in 153ms (Views: 135.5ms | Allocations: 63633)
|
864
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:18:37 -0700
|
865
|
+
Processing by HomeController#index as HTML
|
866
|
+
Rendering home/index.html.ruxt within layouts/application
|
867
|
+
Rendered home/index.html.ruxt within layouts/application (143.4ms)
|
868
|
+
Completed 500 Internal Server Error in 153ms
|
869
|
+
|
870
|
+
ActionView::Template::Error (undefined method `default_outfile' for #<Onload::File:0x00007fb4e544fc90>):
|
871
|
+
1: <HomeComponent />
|
872
|
+
|
873
|
+
app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__542561128473494163_8340'
|
874
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:19:43 -0700
|
875
|
+
Processing by HomeController#index as HTML
|
876
|
+
Rendering home/index.html.ruxt within layouts/application
|
877
|
+
Rendered home/index.html.ruxt within layouts/application (163.6ms)
|
878
|
+
Completed 200 OK in 172ms (Views: 170.6ms)
|
879
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:19:53 -0700
|
880
|
+
Processing by HomeController#index as HTML
|
881
|
+
Rendering home/index.html.ruxt within layouts/application
|
882
|
+
Rendered home/index.html.ruxt within layouts/application (147.6ms)
|
883
|
+
Completed 200 OK in 158ms (Views: 157.3ms)
|
884
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:19:59 -0700
|
885
|
+
Processing by HomeController#index as HTML
|
886
|
+
Rendering home/index.html.ruxt within layouts/application
|
887
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 131.2ms | Allocations: 52379)
|
888
|
+
Completed 200 OK in 161ms (Views: 142.7ms | Allocations: 60902)
|
889
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:05 -0700
|
890
|
+
Processing by HomeController#index as HTML
|
891
|
+
Rendering layout layouts/application.html.erb
|
892
|
+
Rendering home/index.html.ruxt within layouts/application
|
893
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 150.4ms | Allocations: 51735)
|
894
|
+
Rendered layout layouts/application.html.erb (Duration: 150.9ms | Allocations: 51881)
|
895
|
+
Completed 200 OK in 191ms (Views: 171.4ms | Allocations: 60167)
|
896
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:11 -0700
|
897
|
+
Processing by HomeController#index as HTML
|
898
|
+
Rendering layout layouts/application.html.erb
|
899
|
+
Rendering home/index.html.ruxt within layouts/application
|
900
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 120.7ms | Allocations: 52817)
|
901
|
+
Rendered layout layouts/application.html.erb (Duration: 121.1ms | Allocations: 52964)
|
902
|
+
Completed 200 OK in 154ms (Views: 136.5ms | Allocations: 63633)
|
903
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:18 -0700
|
904
|
+
Processing by HomeController#index as HTML
|
905
|
+
Rendering home/index.html.ruxt within layouts/application
|
906
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.5ms | Allocations: 52379)
|
907
|
+
Completed 200 OK in 156ms (Views: 139.8ms | Allocations: 60902)
|
908
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:24 -0700
|
909
|
+
Processing by HomeController#index as HTML
|
910
|
+
Rendering layout layouts/application.html.erb
|
911
|
+
Rendering home/index.html.ruxt within layouts/application
|
912
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 142.2ms | Allocations: 51735)
|
913
|
+
Rendered layout layouts/application.html.erb (Duration: 142.6ms | Allocations: 51881)
|
914
|
+
Completed 200 OK in 179ms (Views: 162.9ms | Allocations: 60167)
|
915
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:31 -0700
|
916
|
+
Processing by HomeController#index as HTML
|
917
|
+
Rendering layout layouts/application.html.erb
|
918
|
+
Rendering home/index.html.ruxt within layouts/application
|
919
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 119.5ms | Allocations: 52817)
|
920
|
+
Rendered layout layouts/application.html.erb (Duration: 120.0ms | Allocations: 52964)
|
921
|
+
Completed 200 OK in 153ms (Views: 135.4ms | Allocations: 63633)
|
922
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:37 -0700
|
923
|
+
Processing by HomeController#index as HTML
|
924
|
+
Rendering layout layouts/application.html.erb
|
925
|
+
Rendering home/index.html.ruxt within layouts/application
|
926
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 142.2ms | Allocations: 51735)
|
927
|
+
Rendered layout layouts/application.html.erb (Duration: 143.5ms | Allocations: 51881)
|
928
|
+
Completed 200 OK in 181ms (Views: 164.0ms | Allocations: 60167)
|
929
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:44 -0700
|
930
|
+
Processing by HomeController#index as HTML
|
931
|
+
Rendering layout layouts/application.html.erb
|
932
|
+
Rendering home/index.html.ruxt within layouts/application
|
933
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 120.9ms | Allocations: 52817)
|
934
|
+
Rendered layout layouts/application.html.erb (Duration: 121.3ms | Allocations: 52964)
|
935
|
+
Completed 200 OK in 154ms (Views: 136.6ms | Allocations: 63633)
|
936
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:51 -0700
|
937
|
+
Processing by HomeController#index as HTML
|
938
|
+
Rendering layout layouts/application.html.erb
|
939
|
+
Rendering home/index.html.ruxt within layouts/application
|
940
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 152.5ms | Allocations: 51736)
|
941
|
+
Rendered layout layouts/application.html.erb (Duration: 153.1ms | Allocations: 51882)
|
942
|
+
Completed 200 OK in 193ms (Views: 175.4ms | Allocations: 60168)
|
943
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:20:58 -0700
|
944
|
+
Processing by HomeController#index as HTML
|
945
|
+
Rendering layout layouts/application.html.erb
|
946
|
+
Rendering home/index.html.ruxt within layouts/application
|
947
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 135.2ms | Allocations: 52817)
|
948
|
+
Rendered layout layouts/application.html.erb (Duration: 135.8ms | Allocations: 52964)
|
949
|
+
Completed 200 OK in 172ms (Views: 153.0ms | Allocations: 63633)
|
950
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:24:21 -0700
|
951
|
+
Processing by HomeController#index as HTML
|
952
|
+
Rendering home/index.html.ruxt within layouts/application
|
953
|
+
Rendered home/index.html.ruxt within layouts/application (156.0ms)
|
954
|
+
Completed 200 OK in 166ms (Views: 165.6ms)
|
955
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:24:27 -0700
|
956
|
+
Processing by HomeController#index as HTML
|
957
|
+
Rendering home/index.html.ruxt within layouts/application
|
958
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.1ms | Allocations: 52379)
|
959
|
+
Completed 200 OK in 161ms (Views: 139.9ms | Allocations: 60902)
|
960
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:24:34 -0700
|
961
|
+
Processing by HomeController#index as HTML
|
962
|
+
Rendering layout layouts/application.html.erb
|
963
|
+
Rendering home/index.html.ruxt within layouts/application
|
964
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 147.0ms | Allocations: 51735)
|
965
|
+
Rendered layout layouts/application.html.erb (Duration: 147.5ms | Allocations: 51881)
|
966
|
+
Completed 200 OK in 184ms (Views: 167.8ms | Allocations: 60167)
|
967
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:24:40 -0700
|
968
|
+
Processing by HomeController#index as HTML
|
969
|
+
Rendering layout layouts/application.html.erb
|
970
|
+
Rendering home/index.html.ruxt within layouts/application
|
971
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 122.5ms | Allocations: 52817)
|
972
|
+
Rendered layout layouts/application.html.erb (Duration: 122.9ms | Allocations: 52964)
|
973
|
+
Completed 200 OK in 155ms (Views: 137.9ms | Allocations: 63633)
|
974
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:24:47 -0700
|
975
|
+
Processing by HomeController#index as HTML
|
976
|
+
Rendering home/index.html.ruxt within layouts/application
|
977
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.9ms | Allocations: 52379)
|
978
|
+
Completed 200 OK in 156ms (Views: 139.7ms | Allocations: 60902)
|
979
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:24:53 -0700
|
980
|
+
Processing by HomeController#index as HTML
|
981
|
+
Rendering layout layouts/application.html.erb
|
982
|
+
Rendering home/index.html.ruxt within layouts/application
|
983
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 139.8ms | Allocations: 51736)
|
984
|
+
Rendered layout layouts/application.html.erb (Duration: 140.3ms | Allocations: 51882)
|
985
|
+
Completed 200 OK in 178ms (Views: 161.3ms | Allocations: 60168)
|
986
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:25:00 -0700
|
987
|
+
Processing by HomeController#index as HTML
|
988
|
+
Rendering layout layouts/application.html.erb
|
989
|
+
Rendering home/index.html.ruxt within layouts/application
|
990
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 121.2ms | Allocations: 52817)
|
991
|
+
Rendered layout layouts/application.html.erb (Duration: 121.7ms | Allocations: 52964)
|
992
|
+
Completed 200 OK in 155ms (Views: 137.4ms | Allocations: 63633)
|
993
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:25:06 -0700
|
994
|
+
Processing by HomeController#index as HTML
|
995
|
+
Rendering layout layouts/application.html.erb
|
996
|
+
Rendering home/index.html.ruxt within layouts/application
|
997
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 150.9ms | Allocations: 51735)
|
998
|
+
Rendered layout layouts/application.html.erb (Duration: 151.4ms | Allocations: 51881)
|
999
|
+
Completed 200 OK in 191ms (Views: 173.3ms | Allocations: 60167)
|
1000
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:25:13 -0700
|
1001
|
+
Processing by HomeController#index as HTML
|
1002
|
+
Rendering layout layouts/application.html.erb
|
1003
|
+
Rendering home/index.html.ruxt within layouts/application
|
1004
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 140.1ms | Allocations: 52817)
|
1005
|
+
Rendered layout layouts/application.html.erb (Duration: 140.6ms | Allocations: 52964)
|
1006
|
+
Completed 200 OK in 178ms (Views: 158.2ms | Allocations: 63633)
|
1007
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:25:21 -0700
|
1008
|
+
Processing by HomeController#index as HTML
|
1009
|
+
Rendering layout layouts/application.html.erb
|
1010
|
+
Rendering home/index.html.ruxt within layouts/application
|
1011
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 158.6ms | Allocations: 51736)
|
1012
|
+
Rendered layout layouts/application.html.erb (Duration: 159.1ms | Allocations: 51882)
|
1013
|
+
Completed 200 OK in 203ms (Views: 183.4ms | Allocations: 60168)
|
1014
|
+
Started GET "/" for 127.0.0.1 at 2023-06-16 16:25:29 -0700
|
1015
|
+
Processing by HomeController#index as HTML
|
1016
|
+
Rendering layout layouts/application.html.erb
|
1017
|
+
Rendering home/index.html.ruxt within layouts/application
|
1018
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 148.5ms | Allocations: 52817)
|
1019
|
+
Rendered layout layouts/application.html.erb (Duration: 149.0ms | Allocations: 52964)
|
1020
|
+
Completed 200 OK in 190ms (Views: 168.0ms | Allocations: 63633)
|
1021
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 21:50:22 -0700
|
1022
|
+
Processing by HomeController#index as HTML
|
1023
|
+
Rendering layout layouts/application.html.erb
|
1024
|
+
Rendering home/index.html.ruxt within layouts/application
|
1025
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 125.2ms | Allocations: 61490)
|
1026
|
+
Rendered layout layouts/application.html.erb (Duration: 125.4ms | Allocations: 61536)
|
1027
|
+
Completed 500 Internal Server Error in 146ms (Allocations: 69741)
|
1028
|
+
|
1029
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
1030
|
+
1: <HomeComponent />
|
1031
|
+
|
1032
|
+
app/components/home_component.rb:5:in `block (2 levels) in call'
|
1033
|
+
app/components/home_component.rb:4:in `tap'
|
1034
|
+
app/components/home_component.rb:4:in `block in call'
|
1035
|
+
app/components/home_component.rb:3:in `call'
|
1036
|
+
app/views/home/index.html.ruxt:1
|
1037
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 21:51:59 -0700
|
1038
|
+
Processing by HomeController#index as HTML
|
1039
|
+
Rendering layout layouts/application.html.erb
|
1040
|
+
Rendering home/index.html.ruxt within layouts/application
|
1041
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 72.8ms | Allocations: 45075)
|
1042
|
+
Rendered layout layouts/application.html.erb (Duration: 73.1ms | Allocations: 45222)
|
1043
|
+
Completed 200 OK in 89ms (Views: 81.1ms | Allocations: 53455)
|
1044
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 21:52:14 -0700
|
1045
|
+
Processing by HomeController#index as HTML
|
1046
|
+
Rendering layout layouts/application.html.erb
|
1047
|
+
Rendering home/index.html.ruxt within layouts/application
|
1048
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 21:53:02 -0700
|
1049
|
+
Processing by HomeController#index as HTML
|
1050
|
+
Rendering layout layouts/application.html.erb
|
1051
|
+
Rendering home/index.html.ruxt within layouts/application
|
1052
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 21:54:45 -0700
|
1053
|
+
Processing by HomeController#index as HTML
|
1054
|
+
Rendering layout layouts/application.html.erb
|
1055
|
+
Rendering home/index.html.ruxt within layouts/application
|
1056
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:19:33 -0700
|
1057
|
+
Processing by HomeController#index as HTML
|
1058
|
+
Rendering home/index.html.ruxt within layouts/application
|
1059
|
+
Rendered home/index.html.ruxt within layouts/application (71973.7ms)
|
1060
|
+
Completed 200 OK in 71985ms (Views: 71983.9ms)
|
1061
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:54:04 -0700
|
1062
|
+
Processing by HomeController#index as HTML
|
1063
|
+
Rendering home/index.html.ruxt within layouts/application
|
1064
|
+
Rendered home/index.html.ruxt within layouts/application (54.1ms)
|
1065
|
+
Completed 200 OK in 60ms (Views: 58.8ms)
|
1066
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:54:08 -0700
|
1067
|
+
Processing by HomeController#index as HTML
|
1068
|
+
Rendering home/index.html.ruxt within layouts/application
|
1069
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 97.3ms | Allocations: 49068)
|
1070
|
+
Completed 500 Internal Server Error in 135ms (Allocations: 57465)
|
1071
|
+
|
1072
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1073
|
+
Did you mean? autoload
|
1074
|
+
autoload?):
|
1075
|
+
1: <HomeComponent />
|
1076
|
+
|
1077
|
+
app/views/home/index.html.ruxt:1
|
1078
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:54:13 -0700
|
1079
|
+
Processing by HomeController#index as HTML
|
1080
|
+
Rendering layout layouts/application.html.erb
|
1081
|
+
Rendering home/index.html.ruxt within layouts/application
|
1082
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 87.0ms | Allocations: 48793)
|
1083
|
+
Rendered layout layouts/application.html.erb (Duration: 87.1ms | Allocations: 48841)
|
1084
|
+
Completed 500 Internal Server Error in 116ms (Allocations: 57091)
|
1085
|
+
|
1086
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1087
|
+
Did you mean? autoload
|
1088
|
+
autoload?):
|
1089
|
+
1: <HomeComponent />
|
1090
|
+
|
1091
|
+
app/views/home/index.html.ruxt:1
|
1092
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:54:17 -0700
|
1093
|
+
Processing by HomeController#index as HTML
|
1094
|
+
Rendering layout layouts/application.html.erb
|
1095
|
+
Rendering home/index.html.ruxt within layouts/application
|
1096
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 84.4ms | Allocations: 50099)
|
1097
|
+
Rendered layout layouts/application.html.erb (Duration: 84.5ms | Allocations: 50145)
|
1098
|
+
Completed 500 Internal Server Error in 114ms (Allocations: 60781)
|
1099
|
+
|
1100
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1101
|
+
Did you mean? autoload
|
1102
|
+
autoload?):
|
1103
|
+
1: <HomeComponent />
|
1104
|
+
|
1105
|
+
app/views/home/index.html.ruxt:1
|
1106
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:01 -0700
|
1107
|
+
Processing by HomeController#index as HTML
|
1108
|
+
Rendering home/index.html.ruxt within layouts/application
|
1109
|
+
Rendered home/index.html.ruxt within layouts/application (55.3ms)
|
1110
|
+
Completed 200 OK in 61ms (Views: 59.9ms)
|
1111
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:06 -0700
|
1112
|
+
Processing by HomeController#index as HTML
|
1113
|
+
Rendering home/index.html.ruxt within layouts/application
|
1114
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 97.0ms | Allocations: 50679)
|
1115
|
+
Completed 500 Internal Server Error in 119ms (Allocations: 59490)
|
1116
|
+
|
1117
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1118
|
+
Did you mean? autoload
|
1119
|
+
autoload?):
|
1120
|
+
1: <HomeComponent />
|
1121
|
+
|
1122
|
+
app/views/home/index.html.ruxt:1
|
1123
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:10 -0700
|
1124
|
+
Processing by HomeController#index as HTML
|
1125
|
+
Rendering layout layouts/application.html.erb
|
1126
|
+
Rendering home/index.html.ruxt within layouts/application
|
1127
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 89.1ms | Allocations: 50405)
|
1128
|
+
Rendered layout layouts/application.html.erb (Duration: 89.3ms | Allocations: 50453)
|
1129
|
+
Completed 500 Internal Server Error in 120ms (Allocations: 59111)
|
1130
|
+
|
1131
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1132
|
+
Did you mean? autoload
|
1133
|
+
autoload?):
|
1134
|
+
1: <HomeComponent />
|
1135
|
+
|
1136
|
+
app/views/home/index.html.ruxt:1
|
1137
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:15 -0700
|
1138
|
+
Processing by HomeController#index as HTML
|
1139
|
+
Rendering layout layouts/application.html.erb
|
1140
|
+
Rendering home/index.html.ruxt within layouts/application
|
1141
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 102.4ms | Allocations: 50099)
|
1142
|
+
Rendered layout layouts/application.html.erb (Duration: 102.6ms | Allocations: 50145)
|
1143
|
+
Completed 500 Internal Server Error in 138ms (Allocations: 60781)
|
1144
|
+
|
1145
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1146
|
+
Did you mean? autoload
|
1147
|
+
autoload?):
|
1148
|
+
1: <HomeComponent />
|
1149
|
+
|
1150
|
+
app/views/home/index.html.ruxt:1
|
1151
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:20 -0700
|
1152
|
+
Processing by HomeController#index as HTML
|
1153
|
+
Rendering home/index.html.ruxt within layouts/application
|
1154
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 160.3ms | Allocations: 54519)
|
1155
|
+
Completed 500 Internal Server Error in 189ms (Allocations: 63913)
|
1156
|
+
|
1157
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1158
|
+
Did you mean? autoload
|
1159
|
+
autoload?):
|
1160
|
+
1: <HomeComponent />
|
1161
|
+
|
1162
|
+
app/views/home/index.html.ruxt:1
|
1163
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:24 -0700
|
1164
|
+
Processing by HomeController#index as HTML
|
1165
|
+
Rendering layout layouts/application.html.erb
|
1166
|
+
Rendering home/index.html.ruxt within layouts/application
|
1167
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 119.3ms | Allocations: 54244)
|
1168
|
+
Rendered layout layouts/application.html.erb (Duration: 119.5ms | Allocations: 54312)
|
1169
|
+
Completed 500 Internal Server Error in 150ms (Allocations: 63476)
|
1170
|
+
|
1171
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1172
|
+
Did you mean? autoload
|
1173
|
+
autoload?):
|
1174
|
+
1: <HomeComponent />
|
1175
|
+
|
1176
|
+
app/views/home/index.html.ruxt:1
|
1177
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:28 -0700
|
1178
|
+
Processing by HomeController#index as HTML
|
1179
|
+
Rendering layout layouts/application.html.erb
|
1180
|
+
Rendering home/index.html.ruxt within layouts/application
|
1181
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 84.4ms | Allocations: 53939)
|
1182
|
+
Rendered layout layouts/application.html.erb (Duration: 84.6ms | Allocations: 54005)
|
1183
|
+
Completed 500 Internal Server Error in 118ms (Allocations: 65131)
|
1184
|
+
|
1185
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1186
|
+
Did you mean? autoload
|
1187
|
+
autoload?):
|
1188
|
+
1: <HomeComponent />
|
1189
|
+
|
1190
|
+
app/views/home/index.html.ruxt:1
|
1191
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:51 -0700
|
1192
|
+
Processing by HomeController#index as HTML
|
1193
|
+
Rendering layout layouts/application.html.erb
|
1194
|
+
Rendering home/index.html.ruxt within layouts/application
|
1195
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.4ms | Allocations: 54526)
|
1196
|
+
Rendered layout layouts/application.html.erb (Duration: 128.6ms | Allocations: 54596)
|
1197
|
+
Completed 500 Internal Server Error in 159ms (Allocations: 63320)
|
1198
|
+
|
1199
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1200
|
+
|
1201
|
+
parent, cname = loader.send(:autoloads)[f.outfile]
|
1202
|
+
^^^^^
|
1203
|
+
Did you mean? autoload
|
1204
|
+
autoload?):
|
1205
|
+
1: <HomeComponent />
|
1206
|
+
|
1207
|
+
app/views/home/index.html.ruxt:1
|
1208
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:55:56 -0700
|
1209
|
+
Processing by HomeController#index as HTML
|
1210
|
+
Rendering layout layouts/application.html.erb
|
1211
|
+
Rendering home/index.html.ruxt within layouts/application
|
1212
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 109.2ms | Allocations: 54213)
|
1213
|
+
Rendered layout layouts/application.html.erb (Duration: 109.4ms | Allocations: 54281)
|
1214
|
+
Completed 500 Internal Server Error in 150ms (Allocations: 64990)
|
1215
|
+
|
1216
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1217
|
+
|
1218
|
+
parent, cname = loader.send(:autoloads)[f.outfile]
|
1219
|
+
^^^^^
|
1220
|
+
Did you mean? autoload
|
1221
|
+
autoload?):
|
1222
|
+
1: <HomeComponent />
|
1223
|
+
|
1224
|
+
app/views/home/index.html.ruxt:1
|
1225
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:56:17 -0700
|
1226
|
+
Processing by HomeController#index as HTML
|
1227
|
+
Rendering layout layouts/application.html.erb
|
1228
|
+
Rendering home/index.html.ruxt within layouts/application
|
1229
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 115.3ms | Allocations: 60571)
|
1230
|
+
Rendered layout layouts/application.html.erb (Duration: 115.5ms | Allocations: 60632)
|
1231
|
+
Completed 500 Internal Server Error in 148ms (Allocations: 70298)
|
1232
|
+
|
1233
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass):
|
1234
|
+
1: <HomeComponent />
|
1235
|
+
|
1236
|
+
app/views/home/index.html.ruxt:1
|
1237
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:56:22 -0700
|
1238
|
+
Processing by HomeController#index as HTML
|
1239
|
+
Rendering layout layouts/application.html.erb
|
1240
|
+
Rendering home/index.html.ruxt within layouts/application
|
1241
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 118.5ms | Allocations: 60268)
|
1242
|
+
Rendered layout layouts/application.html.erb (Duration: 118.7ms | Allocations: 60329)
|
1243
|
+
Completed 500 Internal Server Error in 157ms (Allocations: 72153)
|
1244
|
+
|
1245
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass):
|
1246
|
+
1: <HomeComponent />
|
1247
|
+
|
1248
|
+
app/views/home/index.html.ruxt:1
|
1249
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:58:19 -0700
|
1250
|
+
Processing by HomeController#index as HTML
|
1251
|
+
Rendering layout layouts/application.html.erb
|
1252
|
+
Rendering home/index.html.ruxt within layouts/application
|
1253
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 22:59:58 -0700
|
1254
|
+
Processing by HomeController#index as HTML
|
1255
|
+
Rendering layout layouts/application.html.erb
|
1256
|
+
Rendering home/index.html.ruxt within layouts/application
|
1257
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:01:07 -0700
|
1258
|
+
Processing by HomeController#index as HTML
|
1259
|
+
Rendering layout layouts/application.html.erb
|
1260
|
+
Rendering home/index.html.ruxt within layouts/application
|
1261
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:04:54 -0700
|
1262
|
+
Processing by HomeController#index as HTML
|
1263
|
+
Rendering layout layouts/application.html.erb
|
1264
|
+
Rendering home/index.html.ruxt within layouts/application
|
1265
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 97.4ms | Allocations: 50099)
|
1266
|
+
Rendered layout layouts/application.html.erb (Duration: 97.6ms | Allocations: 50145)
|
1267
|
+
Completed 500 Internal Server Error in 138ms (Allocations: 60781)
|
1268
|
+
|
1269
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1270
|
+
Did you mean? autoload
|
1271
|
+
autoload?):
|
1272
|
+
1: <HomeComponent />
|
1273
|
+
|
1274
|
+
app/views/home/index.html.ruxt:1
|
1275
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:08:14 -0700
|
1276
|
+
Processing by HomeController#index as HTML
|
1277
|
+
Rendering layout layouts/application.html.erb
|
1278
|
+
Rendering home/index.html.ruxt within layouts/application
|
1279
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 100.2ms | Allocations: 50099)
|
1280
|
+
Rendered layout layouts/application.html.erb (Duration: 100.4ms | Allocations: 50145)
|
1281
|
+
Completed 500 Internal Server Error in 130ms (Allocations: 60781)
|
1282
|
+
|
1283
|
+
ActionView::Template::Error (undefined method `autoloads' for nil:NilClass
|
1284
|
+
Did you mean? autoload
|
1285
|
+
autoload?):
|
1286
|
+
1: <HomeComponent />
|
1287
|
+
|
1288
|
+
app/views/home/index.html.ruxt:1
|
1289
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:09:55 -0700
|
1290
|
+
Processing by HomeController#index as HTML
|
1291
|
+
Rendering layout layouts/application.html.erb
|
1292
|
+
Rendering home/index.html.ruxt within layouts/application
|
1293
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 102.6ms | Allocations: 50089)
|
1294
|
+
Rendered layout layouts/application.html.erb (Duration: 102.7ms | Allocations: 50135)
|
1295
|
+
Completed 500 Internal Server Error in 136ms (Allocations: 60771)
|
1296
|
+
|
1297
|
+
ActionView::Template::Error (undefined method `remove_const' for nil:NilClass):
|
1298
|
+
1: <HomeComponent />
|
1299
|
+
|
1300
|
+
app/views/home/index.html.ruxt:1
|
1301
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:12 -0700
|
1302
|
+
Processing by HomeController#index as HTML
|
1303
|
+
Rendering layout layouts/application.html.erb
|
1304
|
+
Rendering home/index.html.ruxt within layouts/application
|
1305
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 149.3ms | Allocations: 52865)
|
1306
|
+
Rendered layout layouts/application.html.erb (Duration: 150.2ms | Allocations: 53012)
|
1307
|
+
Completed 200 OK in 188ms (Views: 168.1ms | Allocations: 63681)
|
1308
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:25 -0700
|
1309
|
+
Processing by HomeController#index as HTML
|
1310
|
+
Rendering home/index.html.ruxt within layouts/application
|
1311
|
+
Rendered home/index.html.ruxt within layouts/application (54.6ms)
|
1312
|
+
Completed 200 OK in 62ms (Views: 60.7ms)
|
1313
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:29 -0700
|
1314
|
+
Processing by HomeController#index as HTML
|
1315
|
+
Rendering home/index.html.ruxt within layouts/application
|
1316
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 115.5ms | Allocations: 54035)
|
1317
|
+
Completed 200 OK in 138ms (Views: 121.6ms | Allocations: 62973)
|
1318
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:34 -0700
|
1319
|
+
Processing by HomeController#index as HTML
|
1320
|
+
Rendering layout layouts/application.html.erb
|
1321
|
+
Rendering home/index.html.ruxt within layouts/application
|
1322
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 110.0ms | Allocations: 53390)
|
1323
|
+
Rendered layout layouts/application.html.erb (Duration: 110.5ms | Allocations: 53535)
|
1324
|
+
Completed 200 OK in 141ms (Views: 125.9ms | Allocations: 62229)
|
1325
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:38 -0700
|
1326
|
+
Processing by HomeController#index as HTML
|
1327
|
+
Rendering layout layouts/application.html.erb
|
1328
|
+
Rendering home/index.html.ruxt within layouts/application
|
1329
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 125.5ms | Allocations: 52865)
|
1330
|
+
Rendered layout layouts/application.html.erb (Duration: 126.0ms | Allocations: 53012)
|
1331
|
+
Completed 200 OK in 157ms (Views: 140.2ms | Allocations: 63681)
|
1332
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:44 -0700
|
1333
|
+
Processing by HomeController#index as HTML
|
1334
|
+
Rendering home/index.html.ruxt within layouts/application
|
1335
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 183.1ms | Allocations: 58966)
|
1336
|
+
Completed 200 OK in 207ms (Views: 191.0ms | Allocations: 68585)
|
1337
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:48 -0700
|
1338
|
+
Processing by HomeController#index as HTML
|
1339
|
+
Rendering layout layouts/application.html.erb
|
1340
|
+
Rendering home/index.html.ruxt within layouts/application
|
1341
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 172.6ms | Allocations: 57958)
|
1342
|
+
Rendered layout layouts/application.html.erb (Duration: 173.2ms | Allocations: 58193)
|
1343
|
+
Completed 200 OK in 205ms (Views: 188.9ms | Allocations: 67427)
|
1344
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:53 -0700
|
1345
|
+
Processing by HomeController#index as HTML
|
1346
|
+
Rendering layout layouts/application.html.erb
|
1347
|
+
Rendering home/index.html.ruxt within layouts/application
|
1348
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 111.3ms | Allocations: 57444)
|
1349
|
+
Rendered layout layouts/application.html.erb (Duration: 111.7ms | Allocations: 57680)
|
1350
|
+
Completed 200 OK in 146ms (Views: 127.5ms | Allocations: 68869)
|
1351
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:11:58 -0700
|
1352
|
+
Processing by HomeController#index as HTML
|
1353
|
+
Rendering layout layouts/application.html.erb
|
1354
|
+
Rendering home/index.html.ruxt within layouts/application
|
1355
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 335.9ms | Allocations: 59583)
|
1356
|
+
Rendered layout layouts/application.html.erb (Duration: 336.6ms | Allocations: 59822)
|
1357
|
+
Completed 200 OK in 368ms (Views: 352.5ms | Allocations: 68615)
|
1358
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:12:04 -0700
|
1359
|
+
Processing by HomeController#index as HTML
|
1360
|
+
Rendering layout layouts/application.html.erb
|
1361
|
+
Rendering home/index.html.ruxt within layouts/application
|
1362
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 312.6ms | Allocations: 59079)
|
1363
|
+
Rendered layout layouts/application.html.erb (Duration: 313.2ms | Allocations: 59318)
|
1364
|
+
Completed 200 OK in 353ms (Views: 329.7ms | Allocations: 70087)
|
1365
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:12:10 -0700
|
1366
|
+
Processing by HomeController#index as HTML
|
1367
|
+
Rendering layout layouts/application.html.erb
|
1368
|
+
Rendering home/index.html.ruxt within layouts/application
|
1369
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 323.4ms | Allocations: 66753)
|
1370
|
+
Rendered layout layouts/application.html.erb (Duration: 324.0ms | Allocations: 66976)
|
1371
|
+
Completed 200 OK in 359ms (Views: 341.9ms | Allocations: 76707)
|
1372
|
+
Started GET "/" for 127.0.0.1 at 2023-06-17 23:12:15 -0700
|
1373
|
+
Processing by HomeController#index as HTML
|
1374
|
+
Rendering layout layouts/application.html.erb
|
1375
|
+
Rendering home/index.html.ruxt within layouts/application
|
1376
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 325.5ms | Allocations: 66174)
|
1377
|
+
Rendered layout layouts/application.html.erb (Duration: 326.1ms | Allocations: 66399)
|
1378
|
+
Completed 200 OK in 363ms (Views: 341.4ms | Allocations: 78280)
|
1379
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 15:27:01 -0700
|
1380
|
+
Processing by HomeController#index as HTML
|
1381
|
+
Rendering layout layouts/application.html.erb
|
1382
|
+
Rendering home/index.html.ruxt within layouts/application
|
1383
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 15:48:27 -0700
|
1384
|
+
Processing by HomeController#index as HTML
|
1385
|
+
Rendering layout layouts/application.html.erb
|
1386
|
+
Rendering home/index.html.ruxt within layouts/application
|
1387
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 15:49:17 -0700
|
1388
|
+
Processing by HomeController#index as HTML
|
1389
|
+
Rendering layout layouts/application.html.erb
|
1390
|
+
Rendering home/index.html.ruxt within layouts/application
|
1391
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 15:52:56 -0700
|
1392
|
+
Processing by HomeController#index as HTML
|
1393
|
+
Rendering layout layouts/application.html.erb
|
1394
|
+
Rendering home/index.html.ruxt within layouts/application
|
1395
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:14:50 -0700
|
1396
|
+
Processing by HomeController#index as HTML
|
1397
|
+
Rendering home/index.html.ruxt within layouts/application
|
1398
|
+
Rendered home/index.html.ruxt within layouts/application (65.2ms)
|
1399
|
+
Completed 200 OK in 71ms (Views: 69.9ms)
|
1400
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:14:55 -0700
|
1401
|
+
Processing by HomeController#index as HTML
|
1402
|
+
Rendering home/index.html.ruxt within layouts/application
|
1403
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.1ms | Allocations: 54616)
|
1404
|
+
Completed 200 OK in 147ms (Views: 132.9ms | Allocations: 63554)
|
1405
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:14:59 -0700
|
1406
|
+
Processing by HomeController#index as HTML
|
1407
|
+
Rendering layout layouts/application.html.erb
|
1408
|
+
Rendering home/index.html.ruxt within layouts/application
|
1409
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 124.9ms | Allocations: 53965)
|
1410
|
+
Rendered layout layouts/application.html.erb (Duration: 125.2ms | Allocations: 54110)
|
1411
|
+
Completed 200 OK in 158ms (Views: 143.2ms | Allocations: 62804)
|
1412
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:04 -0700
|
1413
|
+
Processing by HomeController#index as HTML
|
1414
|
+
Rendering layout layouts/application.html.erb
|
1415
|
+
Rendering home/index.html.ruxt within layouts/application
|
1416
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 118.5ms | Allocations: 53428)
|
1417
|
+
Rendered layout layouts/application.html.erb (Duration: 118.9ms | Allocations: 53575)
|
1418
|
+
Completed 200 OK in 146ms (Views: 131.8ms | Allocations: 64244)
|
1419
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:09 -0700
|
1420
|
+
Processing by HomeController#index as HTML
|
1421
|
+
Rendering home/index.html.ruxt within layouts/application
|
1422
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 144.1ms | Allocations: 59541)
|
1423
|
+
Completed 200 OK in 165ms (Views: 150.6ms | Allocations: 69158)
|
1424
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:13 -0700
|
1425
|
+
Processing by HomeController#index as HTML
|
1426
|
+
Rendering layout layouts/application.html.erb
|
1427
|
+
Rendering home/index.html.ruxt within layouts/application
|
1428
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 174.1ms | Allocations: 58532)
|
1429
|
+
Rendered layout layouts/application.html.erb (Duration: 174.7ms | Allocations: 58767)
|
1430
|
+
Completed 200 OK in 203ms (Views: 190.3ms | Allocations: 68001)
|
1431
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:17 -0700
|
1432
|
+
Processing by HomeController#index as HTML
|
1433
|
+
Rendering layout layouts/application.html.erb
|
1434
|
+
Rendering home/index.html.ruxt within layouts/application
|
1435
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 114.8ms | Allocations: 58006)
|
1436
|
+
Rendered layout layouts/application.html.erb (Duration: 115.2ms | Allocations: 58242)
|
1437
|
+
Completed 200 OK in 147ms (Views: 129.2ms | Allocations: 69431)
|
1438
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:23 -0700
|
1439
|
+
Processing by HomeController#index as HTML
|
1440
|
+
Rendering layout layouts/application.html.erb
|
1441
|
+
Rendering home/index.html.ruxt within layouts/application
|
1442
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 342.8ms | Allocations: 59967)
|
1443
|
+
Rendered layout layouts/application.html.erb (Duration: 343.4ms | Allocations: 60206)
|
1444
|
+
Completed 200 OK in 371ms (Views: 357.9ms | Allocations: 68999)
|
1445
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:28 -0700
|
1446
|
+
Processing by HomeController#index as HTML
|
1447
|
+
Rendering layout layouts/application.html.erb
|
1448
|
+
Rendering home/index.html.ruxt within layouts/application
|
1449
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 371.8ms | Allocations: 59455)
|
1450
|
+
Rendered layout layouts/application.html.erb (Duration: 372.2ms | Allocations: 59694)
|
1451
|
+
Completed 200 OK in 404ms (Views: 386.6ms | Allocations: 70464)
|
1452
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:34 -0700
|
1453
|
+
Processing by HomeController#index as HTML
|
1454
|
+
Rendering layout layouts/application.html.erb
|
1455
|
+
Rendering home/index.html.ruxt within layouts/application
|
1456
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 333.2ms | Allocations: 67137)
|
1457
|
+
Rendered layout layouts/application.html.erb (Duration: 333.6ms | Allocations: 67360)
|
1458
|
+
Completed 200 OK in 362ms (Views: 347.6ms | Allocations: 77091)
|
1459
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:15:39 -0700
|
1460
|
+
Processing by HomeController#index as HTML
|
1461
|
+
Rendering layout layouts/application.html.erb
|
1462
|
+
Rendering home/index.html.ruxt within layouts/application
|
1463
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 322.3ms | Allocations: 66550)
|
1464
|
+
Rendered layout layouts/application.html.erb (Duration: 322.7ms | Allocations: 66775)
|
1465
|
+
Completed 200 OK in 357ms (Views: 337.5ms | Allocations: 78656)
|
1466
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:15 -0700
|
1467
|
+
Processing by HomeController#index as HTML
|
1468
|
+
Rendering layout layouts/application.html.erb
|
1469
|
+
Rendering home/index.html.ruxt within layouts/application
|
1470
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 133.3ms | Allocations: 53435)
|
1471
|
+
Rendered layout layouts/application.html.erb (Duration: 133.7ms | Allocations: 53583)
|
1472
|
+
Completed 200 OK in 177ms (Views: 153.5ms | Allocations: 64254)
|
1473
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:15 -0700
|
1474
|
+
Processing by HomeController#index as HTML
|
1475
|
+
Rendering layout layouts/application.html.erb
|
1476
|
+
Rendering home/index.html.ruxt within layouts/application
|
1477
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.4ms | Allocations: 303)
|
1478
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 344)
|
1479
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 586)
|
1480
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:15 -0700
|
1481
|
+
Processing by HomeController#index as HTML
|
1482
|
+
Rendering layout layouts/application.html.erb
|
1483
|
+
Rendering home/index.html.ruxt within layouts/application
|
1484
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 21.9ms | Allocations: 9977)
|
1485
|
+
Rendered layout layouts/application.html.erb (Duration: 22.0ms | Allocations: 10018)
|
1486
|
+
Completed 200 OK in 23ms (Views: 22.6ms | Allocations: 10314)
|
1487
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:40 -0700
|
1488
|
+
Processing by HomeController#index as HTML
|
1489
|
+
Rendering layout layouts/application.html.erb
|
1490
|
+
Rendering home/index.html.ruxt within layouts/application
|
1491
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 114.8ms | Allocations: 53435)
|
1492
|
+
Rendered layout layouts/application.html.erb (Duration: 115.1ms | Allocations: 53582)
|
1493
|
+
Completed 200 OK in 157ms (Views: 136.7ms | Allocations: 64252)
|
1494
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:40 -0700
|
1495
|
+
Processing by HomeController#index as HTML
|
1496
|
+
Rendering layout layouts/application.html.erb
|
1497
|
+
Rendering home/index.html.ruxt within layouts/application
|
1498
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.4ms | Allocations: 303)
|
1499
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 344)
|
1500
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 586)
|
1501
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:40 -0700
|
1502
|
+
Processing by HomeController#index as HTML
|
1503
|
+
Rendering layout layouts/application.html.erb
|
1504
|
+
Rendering home/index.html.ruxt within layouts/application
|
1505
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.7ms | Allocations: 9976)
|
1506
|
+
Rendered layout layouts/application.html.erb (Duration: 22.9ms | Allocations: 10017)
|
1507
|
+
Completed 200 OK in 24ms (Views: 23.5ms | Allocations: 10313)
|
1508
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:56 -0700
|
1509
|
+
Processing by HomeController#index as HTML
|
1510
|
+
Rendering home/index.html.ruxt within layouts/application
|
1511
|
+
Rendered home/index.html.ruxt within layouts/application (50.5ms)
|
1512
|
+
Completed 200 OK in 57ms (Views: 55.8ms)
|
1513
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:56 -0700
|
1514
|
+
Processing by HomeController#index as HTML
|
1515
|
+
Rendering home/index.html.ruxt within layouts/application
|
1516
|
+
Rendered home/index.html.ruxt within layouts/application (2.2ms)
|
1517
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
1518
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:23:56 -0700
|
1519
|
+
Processing by HomeController#index as HTML
|
1520
|
+
Rendering home/index.html.ruxt within layouts/application
|
1521
|
+
Rendered home/index.html.ruxt within layouts/application (15.7ms)
|
1522
|
+
Completed 200 OK in 19ms (Views: 18.5ms)
|
1523
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:01 -0700
|
1524
|
+
Processing by HomeController#index as HTML
|
1525
|
+
Rendering home/index.html.ruxt within layouts/application
|
1526
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 148.0ms | Allocations: 54616)
|
1527
|
+
Completed 200 OK in 170ms (Views: 154.7ms | Allocations: 63554)
|
1528
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:01 -0700
|
1529
|
+
Processing by HomeController#index as HTML
|
1530
|
+
Rendering home/index.html.ruxt within layouts/application
|
1531
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 3.1ms | Allocations: 311)
|
1532
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 609)
|
1533
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:01 -0700
|
1534
|
+
Processing by HomeController#index as HTML
|
1535
|
+
Rendering home/index.html.ruxt within layouts/application
|
1536
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 32.9ms | Allocations: 10223)
|
1537
|
+
Completed 200 OK in 34ms (Views: 33.8ms | Allocations: 10613)
|
1538
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:07 -0700
|
1539
|
+
Processing by HomeController#index as HTML
|
1540
|
+
Rendering layout layouts/application.html.erb
|
1541
|
+
Rendering home/index.html.ruxt within layouts/application
|
1542
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 176.9ms | Allocations: 53965)
|
1543
|
+
Rendered layout layouts/application.html.erb (Duration: 177.4ms | Allocations: 54110)
|
1544
|
+
Completed 200 OK in 218ms (Views: 198.7ms | Allocations: 62804)
|
1545
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:07 -0700
|
1546
|
+
Processing by HomeController#index as HTML
|
1547
|
+
Rendering layout layouts/application.html.erb
|
1548
|
+
Rendering home/index.html.ruxt within layouts/application
|
1549
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.5ms | Allocations: 299)
|
1550
|
+
Rendered layout layouts/application.html.erb (Duration: 2.8ms | Allocations: 340)
|
1551
|
+
Completed 200 OK in 3ms (Views: 3.3ms | Allocations: 607)
|
1552
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:07 -0700
|
1553
|
+
Processing by HomeController#index as HTML
|
1554
|
+
Rendering layout layouts/application.html.erb
|
1555
|
+
Rendering home/index.html.ruxt within layouts/application
|
1556
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 24.9ms | Allocations: 9970)
|
1557
|
+
Rendered layout layouts/application.html.erb (Duration: 25.2ms | Allocations: 10011)
|
1558
|
+
Completed 200 OK in 26ms (Views: 26.0ms | Allocations: 10332)
|
1559
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:13 -0700
|
1560
|
+
Processing by HomeController#index as HTML
|
1561
|
+
Rendering layout layouts/application.html.erb
|
1562
|
+
Rendering home/index.html.ruxt within layouts/application
|
1563
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 159.8ms | Allocations: 53428)
|
1564
|
+
Rendered layout layouts/application.html.erb (Duration: 160.3ms | Allocations: 53575)
|
1565
|
+
Completed 200 OK in 202ms (Views: 179.3ms | Allocations: 64244)
|
1566
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:14 -0700
|
1567
|
+
Processing by HomeController#index as HTML
|
1568
|
+
Rendering layout layouts/application.html.erb
|
1569
|
+
Rendering home/index.html.ruxt within layouts/application
|
1570
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 303)
|
1571
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 344)
|
1572
|
+
Completed 200 OK in 2ms (Views: 2.3ms | Allocations: 587)
|
1573
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:14 -0700
|
1574
|
+
Processing by HomeController#index as HTML
|
1575
|
+
Rendering layout layouts/application.html.erb
|
1576
|
+
Rendering home/index.html.ruxt within layouts/application
|
1577
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.9ms | Allocations: 9976)
|
1578
|
+
Rendered layout layouts/application.html.erb (Duration: 23.1ms | Allocations: 10017)
|
1579
|
+
Completed 200 OK in 24ms (Views: 23.7ms | Allocations: 10314)
|
1580
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:18 -0700
|
1581
|
+
Processing by HomeController#index as HTML
|
1582
|
+
Rendering home/index.html.ruxt within layouts/application
|
1583
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 205.6ms | Allocations: 59543)
|
1584
|
+
Completed 200 OK in 229ms (Views: 212.5ms | Allocations: 69162)
|
1585
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:19 -0700
|
1586
|
+
Processing by HomeController#index as HTML
|
1587
|
+
Rendering home/index.html.ruxt within layouts/application
|
1588
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 5.0ms | Allocations: 372)
|
1589
|
+
Completed 200 OK in 6ms (Views: 5.9ms | Allocations: 654)
|
1590
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:19 -0700
|
1591
|
+
Processing by HomeController#index as HTML
|
1592
|
+
Rendering home/index.html.ruxt within layouts/application
|
1593
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 24.3ms | Allocations: 10956)
|
1594
|
+
Completed 200 OK in 25ms (Views: 25.0ms | Allocations: 11616)
|
1595
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:25 -0700
|
1596
|
+
Processing by HomeController#index as HTML
|
1597
|
+
Rendering layout layouts/application.html.erb
|
1598
|
+
Rendering home/index.html.ruxt within layouts/application
|
1599
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 239.0ms | Allocations: 58532)
|
1600
|
+
Rendered layout layouts/application.html.erb (Duration: 239.8ms | Allocations: 58767)
|
1601
|
+
Completed 200 OK in 279ms (Views: 260.7ms | Allocations: 68001)
|
1602
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:25 -0700
|
1603
|
+
Processing by HomeController#index as HTML
|
1604
|
+
Rendering layout layouts/application.html.erb
|
1605
|
+
Rendering home/index.html.ruxt within layouts/application
|
1606
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 361)
|
1607
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 408)
|
1608
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 658)
|
1609
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:25 -0700
|
1610
|
+
Processing by HomeController#index as HTML
|
1611
|
+
Rendering layout layouts/application.html.erb
|
1612
|
+
Rendering home/index.html.ruxt within layouts/application
|
1613
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 26.6ms | Allocations: 10465)
|
1614
|
+
Rendered layout layouts/application.html.erb (Duration: 26.8ms | Allocations: 10529)
|
1615
|
+
Completed 200 OK in 28ms (Views: 27.6ms | Allocations: 11044)
|
1616
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:30 -0700
|
1617
|
+
Processing by HomeController#index as HTML
|
1618
|
+
Rendering layout layouts/application.html.erb
|
1619
|
+
Rendering home/index.html.ruxt within layouts/application
|
1620
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 160.5ms | Allocations: 58006)
|
1621
|
+
Rendered layout layouts/application.html.erb (Duration: 161.1ms | Allocations: 58242)
|
1622
|
+
Completed 200 OK in 201ms (Views: 179.7ms | Allocations: 69430)
|
1623
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:30 -0700
|
1624
|
+
Processing by HomeController#index as HTML
|
1625
|
+
Rendering layout layouts/application.html.erb
|
1626
|
+
Rendering home/index.html.ruxt within layouts/application
|
1627
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.8ms | Allocations: 366)
|
1628
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 413)
|
1629
|
+
Completed 200 OK in 2ms (Views: 2.3ms | Allocations: 643)
|
1630
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:30 -0700
|
1631
|
+
Processing by HomeController#index as HTML
|
1632
|
+
Rendering layout layouts/application.html.erb
|
1633
|
+
Rendering home/index.html.ruxt within layouts/application
|
1634
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.9ms | Allocations: 10472)
|
1635
|
+
Rendered layout layouts/application.html.erb (Duration: 24.1ms | Allocations: 10536)
|
1636
|
+
Completed 200 OK in 25ms (Views: 24.9ms | Allocations: 11033)
|
1637
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:37 -0700
|
1638
|
+
Processing by HomeController#index as HTML
|
1639
|
+
Rendering layout layouts/application.html.erb
|
1640
|
+
Rendering home/index.html.ruxt within layouts/application
|
1641
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 393.8ms | Allocations: 59967)
|
1642
|
+
Rendered layout layouts/application.html.erb (Duration: 394.3ms | Allocations: 60206)
|
1643
|
+
Completed 200 OK in 428ms (Views: 412.7ms | Allocations: 68999)
|
1644
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:38 -0700
|
1645
|
+
Processing by HomeController#index as HTML
|
1646
|
+
Rendering layout layouts/application.html.erb
|
1647
|
+
Rendering home/index.html.ruxt within layouts/application
|
1648
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.1ms | Allocations: 368)
|
1649
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | Allocations: 417)
|
1650
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 669)
|
1651
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:38 -0700
|
1652
|
+
Processing by HomeController#index as HTML
|
1653
|
+
Rendering layout layouts/application.html.erb
|
1654
|
+
Rendering home/index.html.ruxt within layouts/application
|
1655
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 257.2ms | Allocations: 12472)
|
1656
|
+
Rendered layout layouts/application.html.erb (Duration: 257.4ms | Allocations: 12538)
|
1657
|
+
Completed 200 OK in 258ms (Views: 258.1ms | Allocations: 13048)
|
1658
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:44 -0700
|
1659
|
+
Processing by HomeController#index as HTML
|
1660
|
+
Rendering layout layouts/application.html.erb
|
1661
|
+
Rendering home/index.html.ruxt within layouts/application
|
1662
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 389.6ms | Allocations: 59455)
|
1663
|
+
Rendered layout layouts/application.html.erb (Duration: 390.3ms | Allocations: 59694)
|
1664
|
+
Completed 200 OK in 432ms (Views: 411.5ms | Allocations: 70464)
|
1665
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:45 -0700
|
1666
|
+
Processing by HomeController#index as HTML
|
1667
|
+
Rendering layout layouts/application.html.erb
|
1668
|
+
Rendering home/index.html.ruxt within layouts/application
|
1669
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.6ms | Allocations: 373)
|
1670
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 422)
|
1671
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 653)
|
1672
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:45 -0700
|
1673
|
+
Processing by HomeController#index as HTML
|
1674
|
+
Rendering layout layouts/application.html.erb
|
1675
|
+
Rendering home/index.html.ruxt within layouts/application
|
1676
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 241.6ms | Allocations: 12487)
|
1677
|
+
Rendered layout layouts/application.html.erb (Duration: 241.8ms | Allocations: 12553)
|
1678
|
+
Completed 200 OK in 243ms (Views: 242.5ms | Allocations: 13046)
|
1679
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:50 -0700
|
1680
|
+
Processing by HomeController#index as HTML
|
1681
|
+
Rendering layout layouts/application.html.erb
|
1682
|
+
Rendering home/index.html.ruxt within layouts/application
|
1683
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 398.6ms | Allocations: 67137)
|
1684
|
+
Rendered layout layouts/application.html.erb (Duration: 399.1ms | Allocations: 67360)
|
1685
|
+
Completed 200 OK in 436ms (Views: 416.2ms | Allocations: 77091)
|
1686
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:51 -0700
|
1687
|
+
Processing by HomeController#index as HTML
|
1688
|
+
Rendering layout layouts/application.html.erb
|
1689
|
+
Rendering home/index.html.ruxt within layouts/application
|
1690
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.5ms | Allocations: 331)
|
1691
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 380)
|
1692
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 586)
|
1693
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:51 -0700
|
1694
|
+
Processing by HomeController#index as HTML
|
1695
|
+
Rendering layout layouts/application.html.erb
|
1696
|
+
Rendering home/index.html.ruxt within layouts/application
|
1697
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 260.3ms | Allocations: 12136)
|
1698
|
+
Rendered layout layouts/application.html.erb (Duration: 260.4ms | Allocations: 12189)
|
1699
|
+
Completed 200 OK in 262ms (Views: 261.4ms | Allocations: 12620)
|
1700
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:57 -0700
|
1701
|
+
Processing by HomeController#index as HTML
|
1702
|
+
Rendering layout layouts/application.html.erb
|
1703
|
+
Rendering home/index.html.ruxt within layouts/application
|
1704
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 372.8ms | Allocations: 66550)
|
1705
|
+
Rendered layout layouts/application.html.erb (Duration: 373.3ms | Allocations: 66775)
|
1706
|
+
Completed 200 OK in 411ms (Views: 390.0ms | Allocations: 78656)
|
1707
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:58 -0700
|
1708
|
+
Processing by HomeController#index as HTML
|
1709
|
+
Rendering layout layouts/application.html.erb
|
1710
|
+
Rendering home/index.html.ruxt within layouts/application
|
1711
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.6ms | Allocations: 335)
|
1712
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 386)
|
1713
|
+
Completed 200 OK in 2ms (Views: 2.2ms | Allocations: 570)
|
1714
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 22:24:58 -0700
|
1715
|
+
Processing by HomeController#index as HTML
|
1716
|
+
Rendering layout layouts/application.html.erb
|
1717
|
+
Rendering home/index.html.ruxt within layouts/application
|
1718
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 263.2ms | Allocations: 12147)
|
1719
|
+
Rendered layout layouts/application.html.erb (Duration: 263.3ms | Allocations: 12202)
|
1720
|
+
Completed 200 OK in 264ms (Views: 264.1ms | Allocations: 12611)
|
1721
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:01:51 -0700
|
1722
|
+
Processing by HomeController#index as HTML
|
1723
|
+
Rendering home/index.html.ruxt within layouts/application
|
1724
|
+
Rendered home/index.html.ruxt within layouts/application (73.6ms)
|
1725
|
+
Completed 200 OK in 81ms (Views: 79.2ms)
|
1726
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:01:51 -0700
|
1727
|
+
Processing by HomeController#index as HTML
|
1728
|
+
Rendering home/index.html.ruxt within layouts/application
|
1729
|
+
Rendered home/index.html.ruxt within layouts/application (2.6ms)
|
1730
|
+
Completed 200 OK in 6ms (Views: 4.8ms)
|
1731
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:01:51 -0700
|
1732
|
+
Processing by HomeController#index as HTML
|
1733
|
+
Rendering home/index.html.ruxt within layouts/application
|
1734
|
+
Rendered home/index.html.ruxt within layouts/application (14.7ms)
|
1735
|
+
Completed 200 OK in 18ms (Views: 17.4ms)
|
1736
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:01:57 -0700
|
1737
|
+
Processing by HomeController#index as HTML
|
1738
|
+
Rendering home/index.html.ruxt within layouts/application
|
1739
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 172.8ms | Allocations: 54616)
|
1740
|
+
Completed 200 OK in 194ms (Views: 179.2ms | Allocations: 63554)
|
1741
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:01:57 -0700
|
1742
|
+
Processing by HomeController#index as HTML
|
1743
|
+
Rendering home/index.html.ruxt within layouts/application
|
1744
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.0ms | Allocations: 311)
|
1745
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 609)
|
1746
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:01:57 -0700
|
1747
|
+
Processing by HomeController#index as HTML
|
1748
|
+
Rendering home/index.html.ruxt within layouts/application
|
1749
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.5ms | Allocations: 10223)
|
1750
|
+
Completed 200 OK in 19ms (Views: 19.0ms | Allocations: 10613)
|
1751
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:03 -0700
|
1752
|
+
Processing by HomeController#index as HTML
|
1753
|
+
Rendering layout layouts/application.html.erb
|
1754
|
+
Rendering home/index.html.ruxt within layouts/application
|
1755
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 157.9ms | Allocations: 53965)
|
1756
|
+
Rendered layout layouts/application.html.erb (Duration: 158.3ms | Allocations: 54110)
|
1757
|
+
Completed 200 OK in 193ms (Views: 177.2ms | Allocations: 62804)
|
1758
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:03 -0700
|
1759
|
+
Processing by HomeController#index as HTML
|
1760
|
+
Rendering layout layouts/application.html.erb
|
1761
|
+
Rendering home/index.html.ruxt within layouts/application
|
1762
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.9ms | Allocations: 299)
|
1763
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | Allocations: 340)
|
1764
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 607)
|
1765
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:03 -0700
|
1766
|
+
Processing by HomeController#index as HTML
|
1767
|
+
Rendering layout layouts/application.html.erb
|
1768
|
+
Rendering home/index.html.ruxt within layouts/application
|
1769
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.6ms | Allocations: 9970)
|
1770
|
+
Rendered layout layouts/application.html.erb (Duration: 22.8ms | Allocations: 10011)
|
1771
|
+
Completed 200 OK in 23ms (Views: 23.3ms | Allocations: 10332)
|
1772
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:08 -0700
|
1773
|
+
Processing by HomeController#index as HTML
|
1774
|
+
Rendering layout layouts/application.html.erb
|
1775
|
+
Rendering home/index.html.ruxt within layouts/application
|
1776
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 130.4ms | Allocations: 53428)
|
1777
|
+
Rendered layout layouts/application.html.erb (Duration: 130.9ms | Allocations: 53575)
|
1778
|
+
Completed 200 OK in 161ms (Views: 145.1ms | Allocations: 64244)
|
1779
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:08 -0700
|
1780
|
+
Processing by HomeController#index as HTML
|
1781
|
+
Rendering layout layouts/application.html.erb
|
1782
|
+
Rendering home/index.html.ruxt within layouts/application
|
1783
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 303)
|
1784
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 344)
|
1785
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 587)
|
1786
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:08 -0700
|
1787
|
+
Processing by HomeController#index as HTML
|
1788
|
+
Rendering layout layouts/application.html.erb
|
1789
|
+
Rendering home/index.html.ruxt within layouts/application
|
1790
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.8ms | Allocations: 9976)
|
1791
|
+
Rendered layout layouts/application.html.erb (Duration: 20.0ms | Allocations: 10017)
|
1792
|
+
Completed 200 OK in 21ms (Views: 20.5ms | Allocations: 10314)
|
1793
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:13 -0700
|
1794
|
+
Processing by HomeController#index as HTML
|
1795
|
+
Rendering home/index.html.ruxt within layouts/application
|
1796
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 186.9ms | Allocations: 59544)
|
1797
|
+
Completed 200 OK in 223ms (Views: 195.1ms | Allocations: 69163)
|
1798
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:13 -0700
|
1799
|
+
Processing by HomeController#index as HTML
|
1800
|
+
Rendering home/index.html.ruxt within layouts/application
|
1801
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.8ms | Allocations: 372)
|
1802
|
+
Completed 200 OK in 2ms (Views: 2.2ms | Allocations: 654)
|
1803
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:13 -0700
|
1804
|
+
Processing by HomeController#index as HTML
|
1805
|
+
Rendering home/index.html.ruxt within layouts/application
|
1806
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.9ms | Allocations: 10956)
|
1807
|
+
Completed 200 OK in 25ms (Views: 24.8ms | Allocations: 11616)
|
1808
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:17 -0700
|
1809
|
+
Processing by HomeController#index as HTML
|
1810
|
+
Rendering layout layouts/application.html.erb
|
1811
|
+
Rendering home/index.html.ruxt within layouts/application
|
1812
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 187.5ms | Allocations: 58532)
|
1813
|
+
Rendered layout layouts/application.html.erb (Duration: 188.1ms | Allocations: 58767)
|
1814
|
+
Completed 200 OK in 218ms (Views: 203.6ms | Allocations: 68000)
|
1815
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:18 -0700
|
1816
|
+
Processing by HomeController#index as HTML
|
1817
|
+
Rendering layout layouts/application.html.erb
|
1818
|
+
Rendering home/index.html.ruxt within layouts/application
|
1819
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 361)
|
1820
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 408)
|
1821
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 658)
|
1822
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:18 -0700
|
1823
|
+
Processing by HomeController#index as HTML
|
1824
|
+
Rendering layout layouts/application.html.erb
|
1825
|
+
Rendering home/index.html.ruxt within layouts/application
|
1826
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 24.5ms | Allocations: 10465)
|
1827
|
+
Rendered layout layouts/application.html.erb (Duration: 24.7ms | Allocations: 10529)
|
1828
|
+
Completed 200 OK in 26ms (Views: 25.4ms | Allocations: 11044)
|
1829
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:22 -0700
|
1830
|
+
Processing by HomeController#index as HTML
|
1831
|
+
Rendering layout layouts/application.html.erb
|
1832
|
+
Rendering home/index.html.ruxt within layouts/application
|
1833
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.5ms | Allocations: 58006)
|
1834
|
+
Rendered layout layouts/application.html.erb (Duration: 128.0ms | Allocations: 58242)
|
1835
|
+
Completed 200 OK in 160ms (Views: 143.6ms | Allocations: 69430)
|
1836
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:22 -0700
|
1837
|
+
Processing by HomeController#index as HTML
|
1838
|
+
Rendering layout layouts/application.html.erb
|
1839
|
+
Rendering home/index.html.ruxt within layouts/application
|
1840
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.5ms | Allocations: 366)
|
1841
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 413)
|
1842
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 643)
|
1843
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:22 -0700
|
1844
|
+
Processing by HomeController#index as HTML
|
1845
|
+
Rendering layout layouts/application.html.erb
|
1846
|
+
Rendering home/index.html.ruxt within layouts/application
|
1847
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.5ms | Allocations: 10472)
|
1848
|
+
Rendered layout layouts/application.html.erb (Duration: 22.7ms | Allocations: 10536)
|
1849
|
+
Completed 200 OK in 23ms (Views: 23.3ms | Allocations: 11033)
|
1850
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:28 -0700
|
1851
|
+
Processing by HomeController#index as HTML
|
1852
|
+
Rendering layout layouts/application.html.erb
|
1853
|
+
Rendering home/index.html.ruxt within layouts/application
|
1854
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 399.0ms | Allocations: 59967)
|
1855
|
+
Rendered layout layouts/application.html.erb (Duration: 399.5ms | Allocations: 60206)
|
1856
|
+
Completed 200 OK in 432ms (Views: 415.9ms | Allocations: 68999)
|
1857
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:29 -0700
|
1858
|
+
Processing by HomeController#index as HTML
|
1859
|
+
Rendering layout layouts/application.html.erb
|
1860
|
+
Rendering home/index.html.ruxt within layouts/application
|
1861
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.9ms | Allocations: 368)
|
1862
|
+
Rendered layout layouts/application.html.erb (Duration: 2.0ms | Allocations: 417)
|
1863
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 669)
|
1864
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:29 -0700
|
1865
|
+
Processing by HomeController#index as HTML
|
1866
|
+
Rendering layout layouts/application.html.erb
|
1867
|
+
Rendering home/index.html.ruxt within layouts/application
|
1868
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 244.9ms | Allocations: 12472)
|
1869
|
+
Rendered layout layouts/application.html.erb (Duration: 245.1ms | Allocations: 12538)
|
1870
|
+
Completed 200 OK in 246ms (Views: 245.8ms | Allocations: 13048)
|
1871
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:34 -0700
|
1872
|
+
Processing by HomeController#index as HTML
|
1873
|
+
Rendering layout layouts/application.html.erb
|
1874
|
+
Rendering home/index.html.ruxt within layouts/application
|
1875
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 382.2ms | Allocations: 59455)
|
1876
|
+
Rendered layout layouts/application.html.erb (Duration: 382.9ms | Allocations: 59694)
|
1877
|
+
Completed 200 OK in 419ms (Views: 400.1ms | Allocations: 70464)
|
1878
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:35 -0700
|
1879
|
+
Processing by HomeController#index as HTML
|
1880
|
+
Rendering layout layouts/application.html.erb
|
1881
|
+
Rendering home/index.html.ruxt within layouts/application
|
1882
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.6ms | Allocations: 373)
|
1883
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 422)
|
1884
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 653)
|
1885
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:35 -0700
|
1886
|
+
Processing by HomeController#index as HTML
|
1887
|
+
Rendering layout layouts/application.html.erb
|
1888
|
+
Rendering home/index.html.ruxt within layouts/application
|
1889
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 246.8ms | Allocations: 12487)
|
1890
|
+
Rendered layout layouts/application.html.erb (Duration: 247.0ms | Allocations: 12553)
|
1891
|
+
Completed 200 OK in 248ms (Views: 247.8ms | Allocations: 13046)
|
1892
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:41 -0700
|
1893
|
+
Processing by HomeController#index as HTML
|
1894
|
+
Rendering layout layouts/application.html.erb
|
1895
|
+
Rendering home/index.html.ruxt within layouts/application
|
1896
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 380.0ms | Allocations: 67137)
|
1897
|
+
Rendered layout layouts/application.html.erb (Duration: 380.5ms | Allocations: 67360)
|
1898
|
+
Completed 200 OK in 411ms (Views: 396.9ms | Allocations: 77090)
|
1899
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:41 -0700
|
1900
|
+
Processing by HomeController#index as HTML
|
1901
|
+
Rendering layout layouts/application.html.erb
|
1902
|
+
Rendering home/index.html.ruxt within layouts/application
|
1903
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 331)
|
1904
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 380)
|
1905
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 587)
|
1906
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:41 -0700
|
1907
|
+
Processing by HomeController#index as HTML
|
1908
|
+
Rendering layout layouts/application.html.erb
|
1909
|
+
Rendering home/index.html.ruxt within layouts/application
|
1910
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 247.1ms | Allocations: 12136)
|
1911
|
+
Rendered layout layouts/application.html.erb (Duration: 247.4ms | Allocations: 12189)
|
1912
|
+
Completed 200 OK in 248ms (Views: 247.9ms | Allocations: 12619)
|
1913
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:47 -0700
|
1914
|
+
Processing by HomeController#index as HTML
|
1915
|
+
Rendering layout layouts/application.html.erb
|
1916
|
+
Rendering home/index.html.ruxt within layouts/application
|
1917
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 357.3ms | Allocations: 66550)
|
1918
|
+
Rendered layout layouts/application.html.erb (Duration: 357.8ms | Allocations: 66775)
|
1919
|
+
Completed 200 OK in 392ms (Views: 372.6ms | Allocations: 78656)
|
1920
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:48 -0700
|
1921
|
+
Processing by HomeController#index as HTML
|
1922
|
+
Rendering layout layouts/application.html.erb
|
1923
|
+
Rendering home/index.html.ruxt within layouts/application
|
1924
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.7ms | Allocations: 335)
|
1925
|
+
Rendered layout layouts/application.html.erb (Duration: 2.8ms | Allocations: 386)
|
1926
|
+
Completed 200 OK in 4ms (Views: 3.3ms | Allocations: 570)
|
1927
|
+
Started GET "/" for 127.0.0.1 at 2023-06-18 23:02:48 -0700
|
1928
|
+
Processing by HomeController#index as HTML
|
1929
|
+
Rendering layout layouts/application.html.erb
|
1930
|
+
Rendering home/index.html.ruxt within layouts/application
|
1931
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 247.0ms | Allocations: 12148)
|
1932
|
+
Rendered layout layouts/application.html.erb (Duration: 247.2ms | Allocations: 12203)
|
1933
|
+
Completed 200 OK in 248ms (Views: 247.8ms | Allocations: 12613)
|
1934
|
+
Started GET "/" for 127.0.0.1 at 2023-09-26 22:11:59 -0700
|
1935
|
+
Processing by HomeController#index as HTML
|
1936
|
+
Rendering layout layouts/application.html.erb
|
1937
|
+
Rendering home/index.html.ruxt within layouts/application
|
1938
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 156.5ms | Allocations: 46937)
|
1939
|
+
Rendered layout layouts/application.html.erb (Duration: 157.3ms | Allocations: 47085)
|
1940
|
+
Completed 200 OK in 191ms (Views: 173.3ms | Allocations: 55955)
|
1941
|
+
Started GET "/" for 127.0.0.1 at 2023-09-26 22:11:59 -0700
|
1942
|
+
Processing by HomeController#index as HTML
|
1943
|
+
Rendering layout layouts/application.html.erb
|
1944
|
+
Rendering home/index.html.ruxt within layouts/application
|
1945
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.5ms | Allocations: 307)
|
1946
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 348)
|
1947
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 591)
|
1948
|
+
Started GET "/" for 127.0.0.1 at 2023-09-26 22:11:59 -0700
|
1949
|
+
Processing by HomeController#index as HTML
|
1950
|
+
Rendering layout layouts/application.html.erb
|
1951
|
+
Rendering home/index.html.ruxt within layouts/application
|
1952
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.0ms | Allocations: 9988)
|
1953
|
+
Rendered layout layouts/application.html.erb (Duration: 23.2ms | Allocations: 10029)
|
1954
|
+
Completed 200 OK in 24ms (Views: 23.7ms | Allocations: 10326)
|
1955
|
+
Started GET "/" for 127.0.0.1 at 2023-09-26 22:16:10 -0700
|
1956
|
+
Processing by HomeController#index as HTML
|
1957
|
+
Rendering layout layouts/application.html.erb
|
1958
|
+
Rendering home/index.html.ruxt within layouts/application
|
1959
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 93.6ms | Allocations: 46943)
|
1960
|
+
Rendered layout layouts/application.html.erb (Duration: 94.1ms | Allocations: 47091)
|
1961
|
+
Completed 200 OK in 115ms (Views: 103.5ms | Allocations: 55964)
|
1962
|
+
Started GET "/" for 127.0.0.1 at 2023-09-26 22:16:10 -0700
|
1963
|
+
Processing by HomeController#index as HTML
|
1964
|
+
Rendering layout layouts/application.html.erb
|
1965
|
+
Rendering home/index.html.ruxt within layouts/application
|
1966
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 307)
|
1967
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 348)
|
1968
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 591)
|
1969
|
+
Started GET "/" for 127.0.0.1 at 2023-09-26 22:16:10 -0700
|
1970
|
+
Processing by HomeController#index as HTML
|
1971
|
+
Rendering layout layouts/application.html.erb
|
1972
|
+
Rendering home/index.html.ruxt within layouts/application
|
1973
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.5ms | Allocations: 9990)
|
1974
|
+
Rendered layout layouts/application.html.erb (Duration: 23.7ms | Allocations: 10031)
|
1975
|
+
Completed 200 OK in 25ms (Views: 24.4ms | Allocations: 10328)
|
1976
|
+
Started GET "/" for 127.0.0.1 at 2023-11-05 14:16:58 -0800
|
1977
|
+
Processing by HomeController#index as HTML
|
1978
|
+
Rendering layout layouts/application.html.erb
|
1979
|
+
Rendering home/index.html.ruxt within layouts/application
|
1980
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 96.9ms | Allocations: 45078)
|
1981
|
+
Rendered layout layouts/application.html.erb (Duration: 97.4ms | Allocations: 45226)
|
1982
|
+
Completed 200 OK in 117ms (Views: 104.8ms | Allocations: 53461)
|
1983
|
+
Started GET "/" for 127.0.0.1 at 2023-11-06 21:48:03 -0800
|
1984
|
+
Processing by HomeController#index as HTML
|
1985
|
+
Rendering layout layouts/application.html.erb
|
1986
|
+
Rendering home/index.html.ruxt within layouts/application
|
1987
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 84.9ms | Allocations: 48510)
|
1988
|
+
Rendered layout layouts/application.html.erb (Duration: 85.8ms | Allocations: 48656)
|
1989
|
+
Completed 200 OK in 106ms (Views: 93.2ms | Allocations: 56889)
|
1990
|
+
Started GET "/" for 127.0.0.1 at 2023-11-07 22:31:27 -0800
|
1991
|
+
Processing by HomeController#index as HTML
|
1992
|
+
Rendering layout layouts/application.html.erb
|
1993
|
+
Rendering home/index.html.ruxt within layouts/application
|
1994
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 81.1ms | Allocations: 49177)
|
1995
|
+
Rendered layout layouts/application.html.erb (Duration: 82.0ms | Allocations: 49323)
|
1996
|
+
Completed 200 OK in 100ms (Views: 90.5ms | Allocations: 57556)
|
1997
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:42:39 -0800
|
1998
|
+
Processing by HomeController#index as HTML
|
1999
|
+
Rendering layout layouts/application.html.erb
|
2000
|
+
Rendering home/index.html.ruxt within layouts/application
|
2001
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 124.6ms | Allocations: 48226)
|
2002
|
+
Rendered layout layouts/application.html.erb (Duration: 125.6ms | Allocations: 48374)
|
2003
|
+
Completed 200 OK in 156ms (Views: 138.8ms | Allocations: 57486)
|
2004
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:42:39 -0800
|
2005
|
+
Processing by HomeController#index as HTML
|
2006
|
+
Rendering layout layouts/application.html.erb
|
2007
|
+
Rendering home/index.html.ruxt within layouts/application
|
2008
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.1ms | Allocations: 303)
|
2009
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | Allocations: 344)
|
2010
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 587)
|
2011
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:42:39 -0800
|
2012
|
+
Processing by HomeController#index as HTML
|
2013
|
+
Rendering layout layouts/application.html.erb
|
2014
|
+
Rendering home/index.html.ruxt within layouts/application
|
2015
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.3ms | Allocations: 9978)
|
2016
|
+
Rendered layout layouts/application.html.erb (Duration: 37.5ms | Allocations: 10019)
|
2017
|
+
Completed 200 OK in 38ms (Views: 38.2ms | Allocations: 10316)
|
2018
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:02 -0800
|
2019
|
+
Processing by HomeController#index as HTML
|
2020
|
+
Rendering home/index.html.ruxt within layouts/application
|
2021
|
+
Rendered home/index.html.ruxt within layouts/application (47.0ms)
|
2022
|
+
Completed 200 OK in 52ms (Views: 51.9ms)
|
2023
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:02 -0800
|
2024
|
+
Processing by HomeController#index as HTML
|
2025
|
+
Rendering home/index.html.ruxt within layouts/application
|
2026
|
+
Rendered home/index.html.ruxt within layouts/application (2.0ms)
|
2027
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
2028
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:02 -0800
|
2029
|
+
Processing by HomeController#index as HTML
|
2030
|
+
Rendering home/index.html.ruxt within layouts/application
|
2031
|
+
Rendered home/index.html.ruxt within layouts/application (12.9ms)
|
2032
|
+
Completed 200 OK in 15ms (Views: 14.7ms)
|
2033
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:06 -0800
|
2034
|
+
Processing by HomeController#index as HTML
|
2035
|
+
Rendering home/index.html.ruxt within layouts/application
|
2036
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 95.7ms | Allocations: 54617)
|
2037
|
+
Completed 200 OK in 114ms (Views: 102.4ms | Allocations: 63555)
|
2038
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:06 -0800
|
2039
|
+
Processing by HomeController#index as HTML
|
2040
|
+
Rendering home/index.html.ruxt within layouts/application
|
2041
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 311)
|
2042
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 609)
|
2043
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:06 -0800
|
2044
|
+
Processing by HomeController#index as HTML
|
2045
|
+
Rendering home/index.html.ruxt within layouts/application
|
2046
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.2ms | Allocations: 10228)
|
2047
|
+
Completed 200 OK in 20ms (Views: 19.8ms | Allocations: 10618)
|
2048
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:10 -0800
|
2049
|
+
Processing by HomeController#index as HTML
|
2050
|
+
Rendering layout layouts/application.html.erb
|
2051
|
+
Rendering home/index.html.ruxt within layouts/application
|
2052
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 94.7ms | Allocations: 53967)
|
2053
|
+
Rendered layout layouts/application.html.erb (Duration: 95.2ms | Allocations: 54112)
|
2054
|
+
Completed 200 OK in 120ms (Views: 108.0ms | Allocations: 62806)
|
2055
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:10 -0800
|
2056
|
+
Processing by HomeController#index as HTML
|
2057
|
+
Rendering layout layouts/application.html.erb
|
2058
|
+
Rendering home/index.html.ruxt within layouts/application
|
2059
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 299)
|
2060
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 340)
|
2061
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 607)
|
2062
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:10 -0800
|
2063
|
+
Processing by HomeController#index as HTML
|
2064
|
+
Rendering layout layouts/application.html.erb
|
2065
|
+
Rendering home/index.html.ruxt within layouts/application
|
2066
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.0ms | Allocations: 9972)
|
2067
|
+
Rendered layout layouts/application.html.erb (Duration: 22.2ms | Allocations: 10013)
|
2068
|
+
Completed 200 OK in 23ms (Views: 22.8ms | Allocations: 10334)
|
2069
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:14 -0800
|
2070
|
+
Processing by HomeController#index as HTML
|
2071
|
+
Rendering layout layouts/application.html.erb
|
2072
|
+
Rendering home/index.html.ruxt within layouts/application
|
2073
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 91.3ms | Allocations: 53430)
|
2074
|
+
Rendered layout layouts/application.html.erb (Duration: 91.7ms | Allocations: 53577)
|
2075
|
+
Completed 200 OK in 113ms (Views: 100.7ms | Allocations: 64246)
|
2076
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:14 -0800
|
2077
|
+
Processing by HomeController#index as HTML
|
2078
|
+
Rendering layout layouts/application.html.erb
|
2079
|
+
Rendering home/index.html.ruxt within layouts/application
|
2080
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 303)
|
2081
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 344)
|
2082
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 587)
|
2083
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:14 -0800
|
2084
|
+
Processing by HomeController#index as HTML
|
2085
|
+
Rendering layout layouts/application.html.erb
|
2086
|
+
Rendering home/index.html.ruxt within layouts/application
|
2087
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.4ms | Allocations: 9978)
|
2088
|
+
Rendered layout layouts/application.html.erb (Duration: 19.5ms | Allocations: 10019)
|
2089
|
+
Completed 200 OK in 20ms (Views: 20.1ms | Allocations: 10316)
|
2090
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:21 -0800
|
2091
|
+
Processing by HomeController#index as HTML
|
2092
|
+
Rendering home/index.html.ruxt within layouts/application
|
2093
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 137.9ms | Allocations: 59549)
|
2094
|
+
Completed 200 OK in 159ms (Views: 146.1ms | Allocations: 69167)
|
2095
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:21 -0800
|
2096
|
+
Processing by HomeController#index as HTML
|
2097
|
+
Rendering home/index.html.ruxt within layouts/application
|
2098
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 372)
|
2099
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 654)
|
2100
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:21 -0800
|
2101
|
+
Processing by HomeController#index as HTML
|
2102
|
+
Rendering home/index.html.ruxt within layouts/application
|
2103
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 46.8ms | Allocations: 10966)
|
2104
|
+
Completed 200 OK in 53ms (Views: 52.6ms | Allocations: 11626)
|
2105
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:24 -0800
|
2106
|
+
Processing by HomeController#index as HTML
|
2107
|
+
Rendering layout layouts/application.html.erb
|
2108
|
+
Rendering home/index.html.ruxt within layouts/application
|
2109
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 142.9ms | Allocations: 58539)
|
2110
|
+
Rendered layout layouts/application.html.erb (Duration: 160.4ms | Allocations: 58774)
|
2111
|
+
Completed 200 OK in 191ms (Views: 178.8ms | Allocations: 68007)
|
2112
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:25 -0800
|
2113
|
+
Processing by HomeController#index as HTML
|
2114
|
+
Rendering layout layouts/application.html.erb
|
2115
|
+
Rendering home/index.html.ruxt within layouts/application
|
2116
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.5ms | Allocations: 361)
|
2117
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 408)
|
2118
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 658)
|
2119
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:25 -0800
|
2120
|
+
Processing by HomeController#index as HTML
|
2121
|
+
Rendering layout layouts/application.html.erb
|
2122
|
+
Rendering home/index.html.ruxt within layouts/application
|
2123
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 73.1ms | Allocations: 10471)
|
2124
|
+
Rendered layout layouts/application.html.erb (Duration: 73.3ms | Allocations: 10535)
|
2125
|
+
Completed 200 OK in 74ms (Views: 74.0ms | Allocations: 11050)
|
2126
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:28 -0800
|
2127
|
+
Processing by HomeController#index as HTML
|
2128
|
+
Rendering layout layouts/application.html.erb
|
2129
|
+
Rendering home/index.html.ruxt within layouts/application
|
2130
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 96.7ms | Allocations: 58014)
|
2131
|
+
Rendered layout layouts/application.html.erb (Duration: 97.0ms | Allocations: 58251)
|
2132
|
+
Completed 200 OK in 122ms (Views: 107.7ms | Allocations: 69440)
|
2133
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:28 -0800
|
2134
|
+
Processing by HomeController#index as HTML
|
2135
|
+
Rendering layout layouts/application.html.erb
|
2136
|
+
Rendering home/index.html.ruxt within layouts/application
|
2137
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 366)
|
2138
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 413)
|
2139
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 643)
|
2140
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:43:28 -0800
|
2141
|
+
Processing by HomeController#index as HTML
|
2142
|
+
Rendering layout layouts/application.html.erb
|
2143
|
+
Rendering home/index.html.ruxt within layouts/application
|
2144
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 38.5ms | Allocations: 10478)
|
2145
|
+
Rendered layout layouts/application.html.erb (Duration: 38.7ms | Allocations: 10542)
|
2146
|
+
Completed 200 OK in 40ms (Views: 39.5ms | Allocations: 11039)
|
2147
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:44:27 -0800
|
2148
|
+
Processing by HomeController#index as HTML
|
2149
|
+
Rendering layout layouts/application.html.erb
|
2150
|
+
Rendering home/index.html.ruxt within layouts/application
|
2151
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 274.8ms | Allocations: 60864)
|
2152
|
+
Rendered layout layouts/application.html.erb (Duration: 275.3ms | Allocations: 61102)
|
2153
|
+
Completed 200 OK in 301ms (Views: 289.6ms | Allocations: 69890)
|
2154
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:44:28 -0800
|
2155
|
+
Processing by HomeController#index as HTML
|
2156
|
+
Rendering layout layouts/application.html.erb
|
2157
|
+
Rendering home/index.html.ruxt within layouts/application
|
2158
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.4ms | Allocations: 368)
|
2159
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 417)
|
2160
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 669)
|
2161
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:44:28 -0800
|
2162
|
+
Processing by HomeController#index as HTML
|
2163
|
+
Rendering layout layouts/application.html.erb
|
2164
|
+
Rendering home/index.html.ruxt within layouts/application
|
2165
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 152.5ms | Allocations: 12480)
|
2166
|
+
Rendered layout layouts/application.html.erb (Duration: 152.7ms | Allocations: 12546)
|
2167
|
+
Completed 200 OK in 154ms (Views: 153.2ms | Allocations: 13058)
|
2168
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:45:17 -0800
|
2169
|
+
Processing by HomeController#index as HTML
|
2170
|
+
Rendering layout layouts/application.html.erb
|
2171
|
+
Rendering home/index.html.ruxt within layouts/application
|
2172
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 245.2ms | Allocations: 60352)
|
2173
|
+
Rendered layout layouts/application.html.erb (Duration: 245.6ms | Allocations: 60591)
|
2174
|
+
Completed 200 OK in 277ms (Views: 263.1ms | Allocations: 71355)
|
2175
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:45:17 -0800
|
2176
|
+
Processing by HomeController#index as HTML
|
2177
|
+
Rendering layout layouts/application.html.erb
|
2178
|
+
Rendering home/index.html.ruxt within layouts/application
|
2179
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 373)
|
2180
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 422)
|
2181
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 654)
|
2182
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:45:17 -0800
|
2183
|
+
Processing by HomeController#index as HTML
|
2184
|
+
Rendering layout layouts/application.html.erb
|
2185
|
+
Rendering home/index.html.ruxt within layouts/application
|
2186
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 163.0ms | Allocations: 12495)
|
2187
|
+
Rendered layout layouts/application.html.erb (Duration: 163.2ms | Allocations: 12561)
|
2188
|
+
Completed 200 OK in 164ms (Views: 163.7ms | Allocations: 13054)
|
2189
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:46:10 -0800
|
2190
|
+
Processing by HomeController#index as HTML
|
2191
|
+
Rendering layout layouts/application.html.erb
|
2192
|
+
Rendering home/index.html.ruxt within layouts/application
|
2193
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 253.0ms | Allocations: 67145)
|
2194
|
+
Rendered layout layouts/application.html.erb (Duration: 253.5ms | Allocations: 67368)
|
2195
|
+
Completed 200 OK in 279ms (Views: 265.6ms | Allocations: 77099)
|
2196
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:46:10 -0800
|
2197
|
+
Processing by HomeController#index as HTML
|
2198
|
+
Rendering layout layouts/application.html.erb
|
2199
|
+
Rendering home/index.html.ruxt within layouts/application
|
2200
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 331)
|
2201
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 380)
|
2202
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 586)
|
2203
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:46:10 -0800
|
2204
|
+
Processing by HomeController#index as HTML
|
2205
|
+
Rendering layout layouts/application.html.erb
|
2206
|
+
Rendering home/index.html.ruxt within layouts/application
|
2207
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 162.0ms | Allocations: 12137)
|
2208
|
+
Rendered layout layouts/application.html.erb (Duration: 162.1ms | Allocations: 12190)
|
2209
|
+
Completed 200 OK in 163ms (Views: 162.6ms | Allocations: 12620)
|
2210
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:46:15 -0800
|
2211
|
+
Processing by HomeController#index as HTML
|
2212
|
+
Rendering layout layouts/application.html.erb
|
2213
|
+
Rendering home/index.html.ruxt within layouts/application
|
2214
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 263.4ms | Allocations: 66558)
|
2215
|
+
Rendered layout layouts/application.html.erb (Duration: 263.8ms | Allocations: 66783)
|
2216
|
+
Completed 200 OK in 297ms (Views: 277.1ms | Allocations: 78664)
|
2217
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:46:15 -0800
|
2218
|
+
Processing by HomeController#index as HTML
|
2219
|
+
Rendering layout layouts/application.html.erb
|
2220
|
+
Rendering home/index.html.ruxt within layouts/application
|
2221
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.4ms | Allocations: 335)
|
2222
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 386)
|
2223
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 570)
|
2224
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:46:15 -0800
|
2225
|
+
Processing by HomeController#index as HTML
|
2226
|
+
Rendering layout layouts/application.html.erb
|
2227
|
+
Rendering home/index.html.ruxt within layouts/application
|
2228
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 168.2ms | Allocations: 12150)
|
2229
|
+
Rendered layout layouts/application.html.erb (Duration: 168.4ms | Allocations: 12205)
|
2230
|
+
Completed 200 OK in 169ms (Views: 168.9ms | Allocations: 12615)
|
2231
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 13:22:36 -0800
|
2232
|
+
Processing by HomeController#index as HTML
|
2233
|
+
Rendering layout layouts/application.html.erb
|
2234
|
+
Rendering home/index.html.ruxt within layouts/application
|
2235
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 131.0ms | Allocations: 44557)
|
2236
|
+
Rendered layout layouts/application.html.erb (Duration: 131.1ms | Allocations: 44603)
|
2237
|
+
Completed 500 Internal Server Error in 158ms (Allocations: 53682)
|
2238
|
+
|
2239
|
+
ActionView::Template::Error (undefined method `build' for #<RuxRails::TagBuilder:0x00007f93a8469ab8>):
|
2240
|
+
1: <HomeComponent />
|
2241
|
+
|
2242
|
+
app/components/home_component.rb:3:in `call'
|
2243
|
+
app/views/home/index.html.ruxt:1
|
2244
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 13:22:36 -0800
|
2245
|
+
Processing by HomeController#index as HTML
|
2246
|
+
Rendering layout layouts/application.html.erb
|
2247
|
+
Rendering home/index.html.ruxt within layouts/application
|
2248
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.9ms | Allocations: 1117)
|
2249
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 1150)
|
2250
|
+
Completed 500 Internal Server Error in 4ms (Allocations: 1370)
|
2251
|
+
|
2252
|
+
ActionView::Template::Error (undefined method `build' for #<RuxRails::TagBuilder:0x00007f93a8469ab8>):
|
2253
|
+
1: <HomeComponent />
|
2254
|
+
|
2255
|
+
app/components/home_component.rb:3:in `call'
|
2256
|
+
app/views/home/index.html.ruxt:1
|
2257
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 13:22:59 -0800
|
2258
|
+
Processing by HomeController#index as HTML
|
2259
|
+
Rendering layout layouts/application.html.erb
|
2260
|
+
Rendering home/index.html.ruxt within layouts/application
|
2261
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 131.4ms | Allocations: 52663)
|
2262
|
+
Rendered layout layouts/application.html.erb (Duration: 131.8ms | Allocations: 52809)
|
2263
|
+
Completed 200 OK in 151ms (Views: 140.2ms | Allocations: 61921)
|
2264
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 13:23:00 -0800
|
2265
|
+
Processing by HomeController#index as HTML
|
2266
|
+
Rendering layout layouts/application.html.erb
|
2267
|
+
Rendering home/index.html.ruxt within layouts/application
|
2268
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.3ms | Allocations: 308)
|
2269
|
+
Rendered layout layouts/application.html.erb (Duration: 2.5ms | Allocations: 349)
|
2270
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 592)
|
2271
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 13:23:00 -0800
|
2272
|
+
Processing by HomeController#index as HTML
|
2273
|
+
Rendering layout layouts/application.html.erb
|
2274
|
+
Rendering home/index.html.ruxt within layouts/application
|
2275
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 24.7ms | Allocations: 12457)
|
2276
|
+
Rendered layout layouts/application.html.erb (Duration: 24.9ms | Allocations: 12498)
|
2277
|
+
Completed 200 OK in 26ms (Views: 25.5ms | Allocations: 12796)
|
2278
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:35:13 -0800
|
2279
|
+
Processing by HomeController#index as HTML
|
2280
|
+
Rendering layout layouts/application.html.erb
|
2281
|
+
Rendering home/index.html.ruxt within layouts/application
|
2282
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 106.8ms | Allocations: 51273)
|
2283
|
+
Rendered layout layouts/application.html.erb (Duration: 107.6ms | Allocations: 51418)
|
2284
|
+
Completed 200 OK in 134ms (Views: 118.3ms | Allocations: 60165)
|
2285
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:35:13 -0800
|
2286
|
+
Processing by HomeController#index as HTML
|
2287
|
+
Rendering layout layouts/application.html.erb
|
2288
|
+
Rendering home/index.html.ruxt within layouts/application
|
2289
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.5ms | Allocations: 312)
|
2290
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 353)
|
2291
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 597)
|
2292
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:35:13 -0800
|
2293
|
+
Processing by HomeController#index as HTML
|
2294
|
+
Rendering layout layouts/application.html.erb
|
2295
|
+
Rendering home/index.html.ruxt within layouts/application
|
2296
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.2ms | Allocations: 12461)
|
2297
|
+
Rendered layout layouts/application.html.erb (Duration: 23.4ms | Allocations: 12502)
|
2298
|
+
Completed 200 OK in 24ms (Views: 24.0ms | Allocations: 12800)
|
2299
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:35:23 -0800
|
2300
|
+
Processing by HomeController#index as HTML
|
2301
|
+
Rendering home/index.html.ruxt within layouts/application
|
2302
|
+
Rendered home/index.html.ruxt within layouts/application (55.7ms)
|
2303
|
+
Completed 500 Internal Server Error in 59ms
|
2304
|
+
|
2305
|
+
ActionView::Template::Error (undefined method `build' for #<RuxRails::TagBuilder:0x00007fe64b239518>):
|
2306
|
+
1: <HomeComponent />
|
2307
|
+
|
2308
|
+
app/components/home_component.rb:3:in `call'
|
2309
|
+
app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__978695734862815100_9920'
|
2310
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:35:23 -0800
|
2311
|
+
Processing by HomeController#index as HTML
|
2312
|
+
Rendering home/index.html.ruxt within layouts/application
|
2313
|
+
Rendered home/index.html.ruxt within layouts/application (3.1ms)
|
2314
|
+
Completed 500 Internal Server Error in 5ms
|
2315
|
+
|
2316
|
+
ActionView::Template::Error (undefined method `build' for #<RuxRails::TagBuilder:0x00007fe64b239518>):
|
2317
|
+
1: <HomeComponent />
|
2318
|
+
|
2319
|
+
app/components/home_component.rb:3:in `call'
|
2320
|
+
app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__978695734862815100_10060'
|
2321
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:07 -0800
|
2322
|
+
Processing by HomeController#index as HTML
|
2323
|
+
Rendering home/index.html.ruxt within layouts/application
|
2324
|
+
Rendered home/index.html.ruxt within layouts/application (49.7ms)
|
2325
|
+
Completed 200 OK in 55ms (Views: 54.3ms)
|
2326
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:08 -0800
|
2327
|
+
Processing by HomeController#index as HTML
|
2328
|
+
Rendering home/index.html.ruxt within layouts/application
|
2329
|
+
Rendered home/index.html.ruxt within layouts/application (2.3ms)
|
2330
|
+
Completed 200 OK in 5ms (Views: 4.1ms)
|
2331
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:08 -0800
|
2332
|
+
Processing by HomeController#index as HTML
|
2333
|
+
Rendering home/index.html.ruxt within layouts/application
|
2334
|
+
Rendered home/index.html.ruxt within layouts/application (15.4ms)
|
2335
|
+
Completed 200 OK in 18ms (Views: 17.4ms)
|
2336
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:11 -0800
|
2337
|
+
Processing by HomeController#index as HTML
|
2338
|
+
Rendering home/index.html.ruxt within layouts/application
|
2339
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 94.4ms | Allocations: 57818)
|
2340
|
+
Completed 200 OK in 108ms (Views: 99.1ms | Allocations: 66409)
|
2341
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:12 -0800
|
2342
|
+
Processing by HomeController#index as HTML
|
2343
|
+
Rendering home/index.html.ruxt within layouts/application
|
2344
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 319)
|
2345
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 617)
|
2346
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:12 -0800
|
2347
|
+
Processing by HomeController#index as HTML
|
2348
|
+
Rendering home/index.html.ruxt within layouts/application
|
2349
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.5ms | Allocations: 12703)
|
2350
|
+
Completed 200 OK in 21ms (Views: 21.0ms | Allocations: 13093)
|
2351
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:15 -0800
|
2352
|
+
Processing by HomeController#index as HTML
|
2353
|
+
Rendering layout layouts/application.html.erb
|
2354
|
+
Rendering home/index.html.ruxt within layouts/application
|
2355
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 102.9ms | Allocations: 57165)
|
2356
|
+
Rendered layout layouts/application.html.erb (Duration: 103.3ms | Allocations: 57309)
|
2357
|
+
Completed 200 OK in 121ms (Views: 112.6ms | Allocations: 65663)
|
2358
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:15 -0800
|
2359
|
+
Processing by HomeController#index as HTML
|
2360
|
+
Rendering layout layouts/application.html.erb
|
2361
|
+
Rendering home/index.html.ruxt within layouts/application
|
2362
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 308)
|
2363
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 349)
|
2364
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 616)
|
2365
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:15 -0800
|
2366
|
+
Processing by HomeController#index as HTML
|
2367
|
+
Rendering layout layouts/application.html.erb
|
2368
|
+
Rendering home/index.html.ruxt within layouts/application
|
2369
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 38.5ms | Allocations: 12451)
|
2370
|
+
Rendered layout layouts/application.html.erb (Duration: 38.6ms | Allocations: 12492)
|
2371
|
+
Completed 200 OK in 39ms (Views: 39.2ms | Allocations: 12813)
|
2372
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:19 -0800
|
2373
|
+
Processing by HomeController#index as HTML
|
2374
|
+
Rendering layout layouts/application.html.erb
|
2375
|
+
Rendering home/index.html.ruxt within layouts/application
|
2376
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 131.1ms | Allocations: 56613)
|
2377
|
+
Rendered layout layouts/application.html.erb (Duration: 131.5ms | Allocations: 56759)
|
2378
|
+
Completed 200 OK in 157ms (Views: 144.7ms | Allocations: 67064)
|
2379
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:19 -0800
|
2380
|
+
Processing by HomeController#index as HTML
|
2381
|
+
Rendering layout layouts/application.html.erb
|
2382
|
+
Rendering home/index.html.ruxt within layouts/application
|
2383
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 312)
|
2384
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 353)
|
2385
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 597)
|
2386
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:36:19 -0800
|
2387
|
+
Processing by HomeController#index as HTML
|
2388
|
+
Rendering layout layouts/application.html.erb
|
2389
|
+
Rendering home/index.html.ruxt within layouts/application
|
2390
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.0ms | Allocations: 12461)
|
2391
|
+
Rendered layout layouts/application.html.erb (Duration: 23.1ms | Allocations: 12502)
|
2392
|
+
Completed 200 OK in 24ms (Views: 23.7ms | Allocations: 12800)
|
2393
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:30 -0800
|
2394
|
+
Processing by HomeController#index as HTML
|
2395
|
+
Rendering home/index.html.ruxt within layouts/application
|
2396
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 110.9ms | Allocations: 62796)
|
2397
|
+
Completed 200 OK in 128ms (Views: 117.1ms | Allocations: 72067)
|
2398
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:30 -0800
|
2399
|
+
Processing by HomeController#index as HTML
|
2400
|
+
Rendering home/index.html.ruxt within layouts/application
|
2401
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 374)
|
2402
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 656)
|
2403
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:30 -0800
|
2404
|
+
Processing by HomeController#index as HTML
|
2405
|
+
Rendering home/index.html.ruxt within layouts/application
|
2406
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.3ms | Allocations: 13442)
|
2407
|
+
Completed 200 OK in 23ms (Views: 22.9ms | Allocations: 14102)
|
2408
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:33 -0800
|
2409
|
+
Processing by HomeController#index as HTML
|
2410
|
+
Rendering layout layouts/application.html.erb
|
2411
|
+
Rendering home/index.html.ruxt within layouts/application
|
2412
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 99.7ms | Allocations: 61777)
|
2413
|
+
Rendered layout layouts/application.html.erb (Duration: 100.1ms | Allocations: 62009)
|
2414
|
+
Completed 200 OK in 123ms (Views: 112.0ms | Allocations: 70902)
|
2415
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:33 -0800
|
2416
|
+
Processing by HomeController#index as HTML
|
2417
|
+
Rendering layout layouts/application.html.erb
|
2418
|
+
Rendering home/index.html.ruxt within layouts/application
|
2419
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 364)
|
2420
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 411)
|
2421
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 661)
|
2422
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:33 -0800
|
2423
|
+
Processing by HomeController#index as HTML
|
2424
|
+
Rendering layout layouts/application.html.erb
|
2425
|
+
Rendering home/index.html.ruxt within layouts/application
|
2426
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.9ms | Allocations: 12949)
|
2427
|
+
Rendered layout layouts/application.html.erb (Duration: 21.1ms | Allocations: 13013)
|
2428
|
+
Completed 200 OK in 22ms (Views: 21.7ms | Allocations: 13528)
|
2429
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:36 -0800
|
2430
|
+
Processing by HomeController#index as HTML
|
2431
|
+
Rendering layout layouts/application.html.erb
|
2432
|
+
Rendering home/index.html.ruxt within layouts/application
|
2433
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 100.4ms | Allocations: 61245)
|
2434
|
+
Rendered layout layouts/application.html.erb (Duration: 100.9ms | Allocations: 61480)
|
2435
|
+
Completed 200 OK in 122ms (Views: 110.2ms | Allocations: 72300)
|
2436
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:37 -0800
|
2437
|
+
Processing by HomeController#index as HTML
|
2438
|
+
Rendering layout layouts/application.html.erb
|
2439
|
+
Rendering home/index.html.ruxt within layouts/application
|
2440
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 368)
|
2441
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 415)
|
2442
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 645)
|
2443
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:42:37 -0800
|
2444
|
+
Processing by HomeController#index as HTML
|
2445
|
+
Rendering layout layouts/application.html.erb
|
2446
|
+
Rendering home/index.html.ruxt within layouts/application
|
2447
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.6ms | Allocations: 12961)
|
2448
|
+
Rendered layout layouts/application.html.erb (Duration: 20.8ms | Allocations: 13025)
|
2449
|
+
Completed 200 OK in 22ms (Views: 21.5ms | Allocations: 13522)
|
2450
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:43:20 -0800
|
2451
|
+
Processing by HomeController#index as HTML
|
2452
|
+
Rendering layout layouts/application.html.erb
|
2453
|
+
Rendering home/index.html.ruxt within layouts/application
|
2454
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 223.7ms | Allocations: 63816)
|
2455
|
+
Rendered layout layouts/application.html.erb (Duration: 224.0ms | Allocations: 64051)
|
2456
|
+
Completed 200 OK in 250ms (Views: 240.3ms | Allocations: 72517)
|
2457
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:43:20 -0800
|
2458
|
+
Processing by HomeController#index as HTML
|
2459
|
+
Rendering layout layouts/application.html.erb
|
2460
|
+
Rendering home/index.html.ruxt within layouts/application
|
2461
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 370)
|
2462
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 419)
|
2463
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 670)
|
2464
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:43:20 -0800
|
2465
|
+
Processing by HomeController#index as HTML
|
2466
|
+
Rendering layout layouts/application.html.erb
|
2467
|
+
Rendering home/index.html.ruxt within layouts/application
|
2468
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 130.8ms | Allocations: 14633)
|
2469
|
+
Rendered layout layouts/application.html.erb (Duration: 131.0ms | Allocations: 14699)
|
2470
|
+
Completed 200 OK in 132ms (Views: 131.6ms | Allocations: 15210)
|
2471
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:43:24 -0800
|
2472
|
+
Processing by HomeController#index as HTML
|
2473
|
+
Rendering layout layouts/application.html.erb
|
2474
|
+
Rendering home/index.html.ruxt within layouts/application
|
2475
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 210.5ms | Allocations: 63287)
|
2476
|
+
Rendered layout layouts/application.html.erb (Duration: 211.1ms | Allocations: 63524)
|
2477
|
+
Completed 200 OK in 235ms (Views: 222.4ms | Allocations: 73938)
|
2478
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:43:24 -0800
|
2479
|
+
Processing by HomeController#index as HTML
|
2480
|
+
Rendering layout layouts/application.html.erb
|
2481
|
+
Rendering home/index.html.ruxt within layouts/application
|
2482
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 374)
|
2483
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 423)
|
2484
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 656)
|
2485
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:43:25 -0800
|
2486
|
+
Processing by HomeController#index as HTML
|
2487
|
+
Rendering layout layouts/application.html.erb
|
2488
|
+
Rendering home/index.html.ruxt within layouts/application
|
2489
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 135.7ms | Allocations: 14649)
|
2490
|
+
Rendered layout layouts/application.html.erb (Duration: 135.9ms | Allocations: 14715)
|
2491
|
+
Completed 200 OK in 137ms (Views: 136.4ms | Allocations: 15208)
|
2492
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:10 -0800
|
2493
|
+
Processing by HomeController#index as HTML
|
2494
|
+
Rendering layout layouts/application.html.erb
|
2495
|
+
Rendering home/index.html.ruxt within layouts/application
|
2496
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 273.3ms | Allocations: 70162)
|
2497
|
+
Rendered layout layouts/application.html.erb (Duration: 273.7ms | Allocations: 70382)
|
2498
|
+
Completed 200 OK in 301ms (Views: 285.8ms | Allocations: 79752)
|
2499
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:11 -0800
|
2500
|
+
Processing by HomeController#index as HTML
|
2501
|
+
Rendering layout layouts/application.html.erb
|
2502
|
+
Rendering home/index.html.ruxt within layouts/application
|
2503
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 333)
|
2504
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 382)
|
2505
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 588)
|
2506
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:11 -0800
|
2507
|
+
Processing by HomeController#index as HTML
|
2508
|
+
Rendering layout layouts/application.html.erb
|
2509
|
+
Rendering home/index.html.ruxt within layouts/application
|
2510
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 135.0ms | Allocations: 14286)
|
2511
|
+
Rendered layout layouts/application.html.erb (Duration: 135.1ms | Allocations: 14339)
|
2512
|
+
Completed 200 OK in 136ms (Views: 135.7ms | Allocations: 14769)
|
2513
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:15 -0800
|
2514
|
+
Processing by HomeController#index as HTML
|
2515
|
+
Rendering layout layouts/application.html.erb
|
2516
|
+
Rendering home/index.html.ruxt within layouts/application
|
2517
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 245.0ms | Allocations: 69554)
|
2518
|
+
Rendered layout layouts/application.html.erb (Duration: 245.6ms | Allocations: 69777)
|
2519
|
+
Completed 200 OK in 269ms (Views: 256.3ms | Allocations: 81264)
|
2520
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:15 -0800
|
2521
|
+
Processing by HomeController#index as HTML
|
2522
|
+
Rendering layout layouts/application.html.erb
|
2523
|
+
Rendering home/index.html.ruxt within layouts/application
|
2524
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 336)
|
2525
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 387)
|
2526
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 571)
|
2527
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:15 -0800
|
2528
|
+
Processing by HomeController#index as HTML
|
2529
|
+
Rendering layout layouts/application.html.erb
|
2530
|
+
Rendering home/index.html.ruxt within layouts/application
|
2531
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.9ms | Allocations: 14296)
|
2532
|
+
Rendered layout layouts/application.html.erb (Duration: 129.1ms | Allocations: 14351)
|
2533
|
+
Completed 200 OK in 130ms (Views: 129.6ms | Allocations: 14760)
|
2534
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:54 -0800
|
2535
|
+
Processing by HomeController#index as HTML
|
2536
|
+
Rendering home/index.html.ruxt within layouts/application
|
2537
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 114.7ms | Allocations: 62796)
|
2538
|
+
Completed 200 OK in 132ms (Views: 120.7ms | Allocations: 72067)
|
2539
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:54 -0800
|
2540
|
+
Processing by HomeController#index as HTML
|
2541
|
+
Rendering home/index.html.ruxt within layouts/application
|
2542
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 374)
|
2543
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 656)
|
2544
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:54 -0800
|
2545
|
+
Processing by HomeController#index as HTML
|
2546
|
+
Rendering home/index.html.ruxt within layouts/application
|
2547
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.1ms | Allocations: 13442)
|
2548
|
+
Completed 200 OK in 23ms (Views: 22.7ms | Allocations: 14102)
|
2549
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:57 -0800
|
2550
|
+
Processing by HomeController#index as HTML
|
2551
|
+
Rendering layout layouts/application.html.erb
|
2552
|
+
Rendering home/index.html.ruxt within layouts/application
|
2553
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 98.4ms | Allocations: 61778)
|
2554
|
+
Rendered layout layouts/application.html.erb (Duration: 98.8ms | Allocations: 62010)
|
2555
|
+
Completed 200 OK in 122ms (Views: 111.1ms | Allocations: 70904)
|
2556
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:57 -0800
|
2557
|
+
Processing by HomeController#index as HTML
|
2558
|
+
Rendering layout layouts/application.html.erb
|
2559
|
+
Rendering home/index.html.ruxt within layouts/application
|
2560
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 364)
|
2561
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 411)
|
2562
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 661)
|
2563
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:44:57 -0800
|
2564
|
+
Processing by HomeController#index as HTML
|
2565
|
+
Rendering layout layouts/application.html.erb
|
2566
|
+
Rendering home/index.html.ruxt within layouts/application
|
2567
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.3ms | Allocations: 12949)
|
2568
|
+
Rendered layout layouts/application.html.erb (Duration: 20.5ms | Allocations: 13013)
|
2569
|
+
Completed 200 OK in 21ms (Views: 21.3ms | Allocations: 13528)
|
2570
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:00 -0800
|
2571
|
+
Processing by HomeController#index as HTML
|
2572
|
+
Rendering layout layouts/application.html.erb
|
2573
|
+
Rendering home/index.html.ruxt within layouts/application
|
2574
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 93.8ms | Allocations: 61244)
|
2575
|
+
Rendered layout layouts/application.html.erb (Duration: 94.1ms | Allocations: 61479)
|
2576
|
+
Completed 200 OK in 115ms (Views: 104.0ms | Allocations: 72298)
|
2577
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:00 -0800
|
2578
|
+
Processing by HomeController#index as HTML
|
2579
|
+
Rendering layout layouts/application.html.erb
|
2580
|
+
Rendering home/index.html.ruxt within layouts/application
|
2581
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 368)
|
2582
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 415)
|
2583
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 645)
|
2584
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:00 -0800
|
2585
|
+
Processing by HomeController#index as HTML
|
2586
|
+
Rendering layout layouts/application.html.erb
|
2587
|
+
Rendering home/index.html.ruxt within layouts/application
|
2588
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 21.5ms | Allocations: 12961)
|
2589
|
+
Rendered layout layouts/application.html.erb (Duration: 21.7ms | Allocations: 13025)
|
2590
|
+
Completed 200 OK in 23ms (Views: 22.3ms | Allocations: 13522)
|
2591
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:45 -0800
|
2592
|
+
Processing by HomeController#index as HTML
|
2593
|
+
Rendering home/index.html.ruxt within layouts/application
|
2594
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 107.1ms | Allocations: 62796)
|
2595
|
+
Completed 200 OK in 123ms (Views: 112.6ms | Allocations: 72066)
|
2596
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:46 -0800
|
2597
|
+
Processing by HomeController#index as HTML
|
2598
|
+
Rendering home/index.html.ruxt within layouts/application
|
2599
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 374)
|
2600
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 656)
|
2601
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:46 -0800
|
2602
|
+
Processing by HomeController#index as HTML
|
2603
|
+
Rendering home/index.html.ruxt within layouts/application
|
2604
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.8ms | Allocations: 13441)
|
2605
|
+
Completed 200 OK in 24ms (Views: 23.8ms | Allocations: 14101)
|
2606
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:49 -0800
|
2607
|
+
Processing by HomeController#index as HTML
|
2608
|
+
Rendering layout layouts/application.html.erb
|
2609
|
+
Rendering home/index.html.ruxt within layouts/application
|
2610
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 98.5ms | Allocations: 61778)
|
2611
|
+
Rendered layout layouts/application.html.erb (Duration: 99.0ms | Allocations: 62010)
|
2612
|
+
Completed 200 OK in 122ms (Views: 110.9ms | Allocations: 70904)
|
2613
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:49 -0800
|
2614
|
+
Processing by HomeController#index as HTML
|
2615
|
+
Rendering layout layouts/application.html.erb
|
2616
|
+
Rendering home/index.html.ruxt within layouts/application
|
2617
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 364)
|
2618
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 411)
|
2619
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 661)
|
2620
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:49 -0800
|
2621
|
+
Processing by HomeController#index as HTML
|
2622
|
+
Rendering layout layouts/application.html.erb
|
2623
|
+
Rendering home/index.html.ruxt within layouts/application
|
2624
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.7ms | Allocations: 12949)
|
2625
|
+
Rendered layout layouts/application.html.erb (Duration: 20.9ms | Allocations: 13013)
|
2626
|
+
Completed 200 OK in 22ms (Views: 21.5ms | Allocations: 13528)
|
2627
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:52 -0800
|
2628
|
+
Processing by HomeController#index as HTML
|
2629
|
+
Rendering layout layouts/application.html.erb
|
2630
|
+
Rendering home/index.html.ruxt within layouts/application
|
2631
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 103.3ms | Allocations: 61244)
|
2632
|
+
Rendered layout layouts/application.html.erb (Duration: 103.7ms | Allocations: 61479)
|
2633
|
+
Completed 200 OK in 129ms (Views: 114.8ms | Allocations: 72300)
|
2634
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:52 -0800
|
2635
|
+
Processing by HomeController#index as HTML
|
2636
|
+
Rendering layout layouts/application.html.erb
|
2637
|
+
Rendering home/index.html.ruxt within layouts/application
|
2638
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 368)
|
2639
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 415)
|
2640
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 645)
|
2641
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:52 -0800
|
2642
|
+
Processing by HomeController#index as HTML
|
2643
|
+
Rendering layout layouts/application.html.erb
|
2644
|
+
Rendering home/index.html.ruxt within layouts/application
|
2645
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.0ms | Allocations: 12961)
|
2646
|
+
Rendered layout layouts/application.html.erb (Duration: 20.2ms | Allocations: 13025)
|
2647
|
+
Completed 200 OK in 21ms (Views: 20.7ms | Allocations: 13522)
|
2648
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:56 -0800
|
2649
|
+
Processing by HomeController#index as HTML
|
2650
|
+
Rendering layout layouts/application.html.erb
|
2651
|
+
Rendering home/index.html.ruxt within layouts/application
|
2652
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 114.5ms | Allocations: 63845)
|
2653
|
+
Rendered layout layouts/application.html.erb (Duration: 114.9ms | Allocations: 64107)
|
2654
|
+
Completed 200 OK in 153ms (Views: 130.4ms | Allocations: 77289)
|
2655
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:57 -0800
|
2656
|
+
Processing by HomeController#index as HTML
|
2657
|
+
Rendering layout layouts/application.html.erb
|
2658
|
+
Rendering home/index.html.ruxt within layouts/application
|
2659
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 341)
|
2660
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 408)
|
2661
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 632)
|
2662
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:45:57 -0800
|
2663
|
+
Processing by HomeController#index as HTML
|
2664
|
+
Rendering layout layouts/application.html.erb
|
2665
|
+
Rendering home/index.html.ruxt within layouts/application
|
2666
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 294)
|
2667
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 358)
|
2668
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 533)
|
2669
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:46:00 -0800
|
2670
|
+
Processing by HomeController#index as HTML
|
2671
|
+
Rendering layout layouts/application.html.erb
|
2672
|
+
Rendering home/index.html.ruxt within layouts/application
|
2673
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 217.4ms | Allocations: 63816)
|
2674
|
+
Rendered layout layouts/application.html.erb (Duration: 217.8ms | Allocations: 64051)
|
2675
|
+
Completed 200 OK in 243ms (Views: 233.6ms | Allocations: 72517)
|
2676
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:46:00 -0800
|
2677
|
+
Processing by HomeController#index as HTML
|
2678
|
+
Rendering layout layouts/application.html.erb
|
2679
|
+
Rendering home/index.html.ruxt within layouts/application
|
2680
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 370)
|
2681
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 419)
|
2682
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 670)
|
2683
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:46:00 -0800
|
2684
|
+
Processing by HomeController#index as HTML
|
2685
|
+
Rendering layout layouts/application.html.erb
|
2686
|
+
Rendering home/index.html.ruxt within layouts/application
|
2687
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.2ms | Allocations: 14633)
|
2688
|
+
Rendered layout layouts/application.html.erb (Duration: 127.3ms | Allocations: 14699)
|
2689
|
+
Completed 200 OK in 128ms (Views: 127.8ms | Allocations: 15210)
|
2690
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:46:04 -0800
|
2691
|
+
Processing by HomeController#index as HTML
|
2692
|
+
Rendering layout layouts/application.html.erb
|
2693
|
+
Rendering home/index.html.ruxt within layouts/application
|
2694
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 207.2ms | Allocations: 63287)
|
2695
|
+
Rendered layout layouts/application.html.erb (Duration: 207.6ms | Allocations: 63524)
|
2696
|
+
Completed 200 OK in 231ms (Views: 218.0ms | Allocations: 73938)
|
2697
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:46:04 -0800
|
2698
|
+
Processing by HomeController#index as HTML
|
2699
|
+
Rendering layout layouts/application.html.erb
|
2700
|
+
Rendering home/index.html.ruxt within layouts/application
|
2701
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 374)
|
2702
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 423)
|
2703
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 655)
|
2704
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:46:05 -0800
|
2705
|
+
Processing by HomeController#index as HTML
|
2706
|
+
Rendering layout layouts/application.html.erb
|
2707
|
+
Rendering home/index.html.ruxt within layouts/application
|
2708
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 137.2ms | Allocations: 14649)
|
2709
|
+
Rendered layout layouts/application.html.erb (Duration: 137.4ms | Allocations: 14715)
|
2710
|
+
Completed 200 OK in 138ms (Views: 137.9ms | Allocations: 15208)
|
2711
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:03 -0800
|
2712
|
+
Processing by HomeController#index as HTML
|
2713
|
+
Rendering layout layouts/application.html.erb
|
2714
|
+
Rendering home/index.html.ruxt within layouts/application
|
2715
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 229.9ms | Allocations: 65870)
|
2716
|
+
Rendered layout layouts/application.html.erb (Duration: 230.5ms | Allocations: 66135)
|
2717
|
+
Completed 200 OK in 264ms (Views: 242.4ms | Allocations: 78665)
|
2718
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:04 -0800
|
2719
|
+
Processing by HomeController#index as HTML
|
2720
|
+
Rendering layout layouts/application.html.erb
|
2721
|
+
Rendering home/index.html.ruxt within layouts/application
|
2722
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 346)
|
2723
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 415)
|
2724
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 640)
|
2725
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:04 -0800
|
2726
|
+
Processing by HomeController#index as HTML
|
2727
|
+
Rendering layout layouts/application.html.erb
|
2728
|
+
Rendering home/index.html.ruxt within layouts/application
|
2729
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.4ms | Allocations: 299)
|
2730
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 365)
|
2731
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 541)
|
2732
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:07 -0800
|
2733
|
+
Processing by HomeController#index as HTML
|
2734
|
+
Rendering layout layouts/application.html.erb
|
2735
|
+
Rendering home/index.html.ruxt within layouts/application
|
2736
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 242.7ms | Allocations: 70161)
|
2737
|
+
Rendered layout layouts/application.html.erb (Duration: 243.2ms | Allocations: 70381)
|
2738
|
+
Completed 200 OK in 268ms (Views: 257.8ms | Allocations: 79752)
|
2739
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:08 -0800
|
2740
|
+
Processing by HomeController#index as HTML
|
2741
|
+
Rendering layout layouts/application.html.erb
|
2742
|
+
Rendering home/index.html.ruxt within layouts/application
|
2743
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 333)
|
2744
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 382)
|
2745
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 588)
|
2746
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:08 -0800
|
2747
|
+
Processing by HomeController#index as HTML
|
2748
|
+
Rendering layout layouts/application.html.erb
|
2749
|
+
Rendering home/index.html.ruxt within layouts/application
|
2750
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.5ms | Allocations: 14288)
|
2751
|
+
Rendered layout layouts/application.html.erb (Duration: 127.6ms | Allocations: 14341)
|
2752
|
+
Completed 200 OK in 128ms (Views: 128.1ms | Allocations: 14771)
|
2753
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:11 -0800
|
2754
|
+
Processing by HomeController#index as HTML
|
2755
|
+
Rendering layout layouts/application.html.erb
|
2756
|
+
Rendering home/index.html.ruxt within layouts/application
|
2757
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 244.8ms | Allocations: 69554)
|
2758
|
+
Rendered layout layouts/application.html.erb (Duration: 245.4ms | Allocations: 69777)
|
2759
|
+
Completed 200 OK in 269ms (Views: 256.3ms | Allocations: 81264)
|
2760
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:12 -0800
|
2761
|
+
Processing by HomeController#index as HTML
|
2762
|
+
Rendering layout layouts/application.html.erb
|
2763
|
+
Rendering home/index.html.ruxt within layouts/application
|
2764
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 336)
|
2765
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 387)
|
2766
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 571)
|
2767
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:12 -0800
|
2768
|
+
Processing by HomeController#index as HTML
|
2769
|
+
Rendering layout layouts/application.html.erb
|
2770
|
+
Rendering home/index.html.ruxt within layouts/application
|
2771
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.4ms | Allocations: 14296)
|
2772
|
+
Rendered layout layouts/application.html.erb (Duration: 128.5ms | Allocations: 14351)
|
2773
|
+
Completed 200 OK in 129ms (Views: 129.0ms | Allocations: 14760)
|
2774
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:58 -0800
|
2775
|
+
Processing by HomeController#index as HTML
|
2776
|
+
Rendering layout layouts/application.html.erb
|
2777
|
+
Rendering home/index.html.ruxt within layouts/application
|
2778
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 224.1ms | Allocations: 72450)
|
2779
|
+
Rendered layout layouts/application.html.erb (Duration: 224.5ms | Allocations: 72699)
|
2780
|
+
Completed 200 OK in 262ms (Views: 236.7ms | Allocations: 86519)
|
2781
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:59 -0800
|
2782
|
+
Processing by HomeController#index as HTML
|
2783
|
+
Rendering layout layouts/application.html.erb
|
2784
|
+
Rendering home/index.html.ruxt within layouts/application
|
2785
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.4ms | Allocations: 309)
|
2786
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 379)
|
2787
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 557)
|
2788
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:47:59 -0800
|
2789
|
+
Processing by HomeController#index as HTML
|
2790
|
+
Rendering layout layouts/application.html.erb
|
2791
|
+
Rendering home/index.html.ruxt within layouts/application
|
2792
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 308)
|
2793
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 378)
|
2794
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 554)
|
2795
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:53:37 -0800
|
2796
|
+
Processing by HomeController#index as HTML
|
2797
|
+
Rendering layout layouts/application.html.erb
|
2798
|
+
Rendering home/index.html.ruxt within layouts/application
|
2799
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 206.1ms | Allocations: 72451)
|
2800
|
+
Rendered layout layouts/application.html.erb (Duration: 206.5ms | Allocations: 72700)
|
2801
|
+
Completed 200 OK in 237ms (Views: 216.7ms | Allocations: 86519)
|
2802
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:53:38 -0800
|
2803
|
+
Processing by HomeController#index as HTML
|
2804
|
+
Rendering layout layouts/application.html.erb
|
2805
|
+
Rendering home/index.html.ruxt within layouts/application
|
2806
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.7ms | Allocations: 309)
|
2807
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 379)
|
2808
|
+
Completed 200 OK in 3ms (Views: 3.3ms | Allocations: 556)
|
2809
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:53:38 -0800
|
2810
|
+
Processing by HomeController#index as HTML
|
2811
|
+
Rendering layout layouts/application.html.erb
|
2812
|
+
Rendering home/index.html.ruxt within layouts/application
|
2813
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 308)
|
2814
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 378)
|
2815
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 555)
|
2816
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:56:59 -0800
|
2817
|
+
Processing by HomeController#index as HTML
|
2818
|
+
Rendering layout layouts/application.html.erb
|
2819
|
+
Rendering home/index.html.ruxt within layouts/application
|
2820
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 225.9ms | Allocations: 72452)
|
2821
|
+
Rendered layout layouts/application.html.erb (Duration: 226.4ms | Allocations: 72701)
|
2822
|
+
Completed 200 OK in 260ms (Views: 237.8ms | Allocations: 86519)
|
2823
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:57:00 -0800
|
2824
|
+
Processing by HomeController#index as HTML
|
2825
|
+
Rendering layout layouts/application.html.erb
|
2826
|
+
Rendering home/index.html.ruxt within layouts/application
|
2827
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 309)
|
2828
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 379)
|
2829
|
+
Completed 200 OK in 5ms (Views: 1.2ms | Allocations: 556)
|
2830
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:57:00 -0800
|
2831
|
+
Processing by HomeController#index as HTML
|
2832
|
+
Rendering layout layouts/application.html.erb
|
2833
|
+
Rendering home/index.html.ruxt within layouts/application
|
2834
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 308)
|
2835
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 378)
|
2836
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 555)
|
2837
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:58:26 -0800
|
2838
|
+
Processing by HomeController#index as HTML
|
2839
|
+
Rendering layout layouts/application.html.erb
|
2840
|
+
Rendering home/index.html.ruxt within layouts/application
|
2841
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 207.8ms | Allocations: 72455)
|
2842
|
+
Rendered layout layouts/application.html.erb (Duration: 208.2ms | Allocations: 72704)
|
2843
|
+
Completed 200 OK in 241ms (Views: 219.3ms | Allocations: 86523)
|
2844
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:58:27 -0800
|
2845
|
+
Processing by HomeController#index as HTML
|
2846
|
+
Rendering layout layouts/application.html.erb
|
2847
|
+
Rendering home/index.html.ruxt within layouts/application
|
2848
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
2849
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
2850
|
+
Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 556)
|
2851
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:58:27 -0800
|
2852
|
+
Processing by HomeController#index as HTML
|
2853
|
+
Rendering layout layouts/application.html.erb
|
2854
|
+
Rendering home/index.html.ruxt within layouts/application
|
2855
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 308)
|
2856
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 378)
|
2857
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 555)
|
2858
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:59:47 -0800
|
2859
|
+
Processing by HomeController#index as HTML
|
2860
|
+
Rendering layout layouts/application.html.erb
|
2861
|
+
Rendering home/index.html.ruxt within layouts/application
|
2862
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 213.4ms | Allocations: 74172)
|
2863
|
+
Rendered layout layouts/application.html.erb (Duration: 213.8ms | Allocations: 74419)
|
2864
|
+
Completed 200 OK in 250ms (Views: 225.6ms | Allocations: 88696)
|
2865
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:59:47 -0800
|
2866
|
+
Processing by HomeController#index as HTML
|
2867
|
+
Rendering layout layouts/application.html.erb
|
2868
|
+
Rendering home/index.html.ruxt within layouts/application
|
2869
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 309)
|
2870
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 377)
|
2871
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 552)
|
2872
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:59:47 -0800
|
2873
|
+
Processing by HomeController#index as HTML
|
2874
|
+
Rendering layout layouts/application.html.erb
|
2875
|
+
Rendering home/index.html.ruxt within layouts/application
|
2876
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
2877
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 376)
|
2878
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 550)
|
2879
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:59:57 -0800
|
2880
|
+
Processing by HomeController#index as HTML
|
2881
|
+
Rendering layout layouts/application.html.erb
|
2882
|
+
Rendering home/index.html.ruxt within layouts/application
|
2883
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 233.4ms | Allocations: 72454)
|
2884
|
+
Rendered layout layouts/application.html.erb (Duration: 234.0ms | Allocations: 72703)
|
2885
|
+
Completed 200 OK in 276ms (Views: 247.2ms | Allocations: 86522)
|
2886
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:59:57 -0800
|
2887
|
+
Processing by HomeController#index as HTML
|
2888
|
+
Rendering layout layouts/application.html.erb
|
2889
|
+
Rendering home/index.html.ruxt within layouts/application
|
2890
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 309)
|
2891
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 379)
|
2892
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 556)
|
2893
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 15:59:57 -0800
|
2894
|
+
Processing by HomeController#index as HTML
|
2895
|
+
Rendering layout layouts/application.html.erb
|
2896
|
+
Rendering home/index.html.ruxt within layouts/application
|
2897
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.5ms | Allocations: 308)
|
2898
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 378)
|
2899
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 555)
|
2900
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 16:00:06 -0800
|
2901
|
+
Processing by HomeController#index as HTML
|
2902
|
+
Rendering layout layouts/application.html.erb
|
2903
|
+
Rendering home/index.html.ruxt within layouts/application
|
2904
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 263.6ms | Allocations: 74174)
|
2905
|
+
Rendered layout layouts/application.html.erb (Duration: 264.0ms | Allocations: 74421)
|
2906
|
+
Completed 200 OK in 302ms (Views: 277.7ms | Allocations: 88698)
|
2907
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 16:00:07 -0800
|
2908
|
+
Processing by HomeController#index as HTML
|
2909
|
+
Rendering layout layouts/application.html.erb
|
2910
|
+
Rendering home/index.html.ruxt within layouts/application
|
2911
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
2912
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 377)
|
2913
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 552)
|
2914
|
+
Started GET "/" for 127.0.0.1 at 2023-11-10 16:00:07 -0800
|
2915
|
+
Processing by HomeController#index as HTML
|
2916
|
+
Rendering layout layouts/application.html.erb
|
2917
|
+
Rendering home/index.html.ruxt within layouts/application
|
2918
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
2919
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 376)
|
2920
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 550)
|
2921
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:25:54 -0800
|
2922
|
+
Processing by HomeController#index as HTML
|
2923
|
+
Rendering layout layouts/application.html.erb
|
2924
|
+
Rendering home/index.html.ruxt within layouts/application
|
2925
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 268.6ms | Allocations: 72453)
|
2926
|
+
Rendered layout layouts/application.html.erb (Duration: 269.1ms | Allocations: 72702)
|
2927
|
+
Completed 200 OK in 314ms (Views: 284.6ms | Allocations: 86521)
|
2928
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:25:55 -0800
|
2929
|
+
Processing by HomeController#index as HTML
|
2930
|
+
Rendering layout layouts/application.html.erb
|
2931
|
+
Rendering home/index.html.ruxt within layouts/application
|
2932
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
2933
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
2934
|
+
Completed 200 OK in 5ms (Views: 4.4ms | Allocations: 556)
|
2935
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:25:55 -0800
|
2936
|
+
Processing by HomeController#index as HTML
|
2937
|
+
Rendering layout layouts/application.html.erb
|
2938
|
+
Rendering home/index.html.ruxt within layouts/application
|
2939
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 308)
|
2940
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 378)
|
2941
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 554)
|
2942
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:26:03 -0800
|
2943
|
+
Processing by HomeController#index as HTML
|
2944
|
+
Rendering layout layouts/application.html.erb
|
2945
|
+
Rendering home/index.html.ruxt within layouts/application
|
2946
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 236.1ms | Allocations: 69556)
|
2947
|
+
Rendered layout layouts/application.html.erb (Duration: 236.8ms | Allocations: 69779)
|
2948
|
+
Completed 200 OK in 264ms (Views: 248.8ms | Allocations: 81266)
|
2949
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:26:03 -0800
|
2950
|
+
Processing by HomeController#index as HTML
|
2951
|
+
Rendering layout layouts/application.html.erb
|
2952
|
+
Rendering home/index.html.ruxt within layouts/application
|
2953
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 336)
|
2954
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 387)
|
2955
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 571)
|
2956
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:26:03 -0800
|
2957
|
+
Processing by HomeController#index as HTML
|
2958
|
+
Rendering layout layouts/application.html.erb
|
2959
|
+
Rendering home/index.html.ruxt within layouts/application
|
2960
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 116.3ms | Allocations: 14298)
|
2961
|
+
Rendered layout layouts/application.html.erb (Duration: 116.5ms | Allocations: 14353)
|
2962
|
+
Completed 200 OK in 117ms (Views: 116.9ms | Allocations: 14762)
|
2963
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:27:02 -0800
|
2964
|
+
Processing by HomeController#index as HTML
|
2965
|
+
Rendering layout layouts/application.html.erb
|
2966
|
+
Rendering home/index.html.ruxt within layouts/application
|
2967
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 203.0ms | Allocations: 74173)
|
2968
|
+
Rendered layout layouts/application.html.erb (Duration: 203.4ms | Allocations: 74420)
|
2969
|
+
Completed 200 OK in 238ms (Views: 213.9ms | Allocations: 88697)
|
2970
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:27:02 -0800
|
2971
|
+
Processing by HomeController#index as HTML
|
2972
|
+
Rendering layout layouts/application.html.erb
|
2973
|
+
Rendering home/index.html.ruxt within layouts/application
|
2974
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
2975
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 377)
|
2976
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 552)
|
2977
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:27:02 -0800
|
2978
|
+
Processing by HomeController#index as HTML
|
2979
|
+
Rendering layout layouts/application.html.erb
|
2980
|
+
Rendering home/index.html.ruxt within layouts/application
|
2981
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
2982
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 376)
|
2983
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 550)
|
2984
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:39:38 -0800
|
2985
|
+
Processing by HomeController#index as HTML
|
2986
|
+
Rendering layout layouts/application.html.erb
|
2987
|
+
Rendering home/index.html.ruxt within layouts/application
|
2988
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 203.8ms | Allocations: 72456)
|
2989
|
+
Rendered layout layouts/application.html.erb (Duration: 204.2ms | Allocations: 72705)
|
2990
|
+
Completed 200 OK in 239ms (Views: 217.0ms | Allocations: 86524)
|
2991
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:39:39 -0800
|
2992
|
+
Processing by HomeController#index as HTML
|
2993
|
+
Rendering layout layouts/application.html.erb
|
2994
|
+
Rendering home/index.html.ruxt within layouts/application
|
2995
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 309)
|
2996
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 379)
|
2997
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 556)
|
2998
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:39:39 -0800
|
2999
|
+
Processing by HomeController#index as HTML
|
3000
|
+
Rendering layout layouts/application.html.erb
|
3001
|
+
Rendering home/index.html.ruxt within layouts/application
|
3002
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.8ms | Allocations: 308)
|
3003
|
+
Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 378)
|
3004
|
+
Completed 200 OK in 4ms (Views: 4.2ms | Allocations: 554)
|
3005
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:40:55 -0800
|
3006
|
+
Processing by HomeController#index as HTML
|
3007
|
+
Rendering layout layouts/application.html.erb
|
3008
|
+
Rendering home/index.html.ruxt within layouts/application
|
3009
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 218.5ms | Allocations: 72456)
|
3010
|
+
Rendered layout layouts/application.html.erb (Duration: 218.9ms | Allocations: 72705)
|
3011
|
+
Completed 200 OK in 259ms (Views: 236.0ms | Allocations: 86524)
|
3012
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:40:56 -0800
|
3013
|
+
Processing by HomeController#index as HTML
|
3014
|
+
Rendering layout layouts/application.html.erb
|
3015
|
+
Rendering home/index.html.ruxt within layouts/application
|
3016
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 145.7ms | Allocations: 15046)
|
3017
|
+
Rendered layout layouts/application.html.erb (Duration: 146.1ms | Allocations: 15199)
|
3018
|
+
Completed 200 OK in 151ms (Views: 147.2ms | Allocations: 15966)
|
3019
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:41:19 -0800
|
3020
|
+
Processing by HomeController#index as HTML
|
3021
|
+
Rendering layout layouts/application.html.erb
|
3022
|
+
Rendering home/index.html.ruxt within layouts/application
|
3023
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 212.7ms | Allocations: 72456)
|
3024
|
+
Rendered layout layouts/application.html.erb (Duration: 213.2ms | Allocations: 72705)
|
3025
|
+
Completed 200 OK in 251ms (Views: 225.8ms | Allocations: 86524)
|
3026
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:41:20 -0800
|
3027
|
+
Processing by HomeController#index as HTML
|
3028
|
+
Rendering layout layouts/application.html.erb
|
3029
|
+
Rendering home/index.html.ruxt within layouts/application
|
3030
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 309)
|
3031
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 379)
|
3032
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 556)
|
3033
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:41:20 -0800
|
3034
|
+
Processing by HomeController#index as HTML
|
3035
|
+
Rendering layout layouts/application.html.erb
|
3036
|
+
Rendering home/index.html.ruxt within layouts/application
|
3037
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.3ms | Allocations: 308)
|
3038
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 378)
|
3039
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 555)
|
3040
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:42:19 -0800
|
3041
|
+
Processing by HomeController#index as HTML
|
3042
|
+
Rendering layout layouts/application.html.erb
|
3043
|
+
Rendering home/index.html.ruxt within layouts/application
|
3044
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 200.5ms | Allocations: 72464)
|
3045
|
+
Rendered layout layouts/application.html.erb (Duration: 200.9ms | Allocations: 72713)
|
3046
|
+
Completed 200 OK in 232ms (Views: 214.0ms | Allocations: 86540)
|
3047
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:42:19 -0800
|
3048
|
+
Processing by HomeController#index as HTML
|
3049
|
+
Rendering layout layouts/application.html.erb
|
3050
|
+
Rendering home/index.html.ruxt within layouts/application
|
3051
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 135.2ms | Allocations: 15046)
|
3052
|
+
Rendered layout layouts/application.html.erb (Duration: 135.5ms | Allocations: 15199)
|
3053
|
+
Completed 200 OK in 137ms (Views: 136.4ms | Allocations: 15966)
|
3054
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:42:20 -0800
|
3055
|
+
Processing by HomeController#index as HTML
|
3056
|
+
Rendering layout layouts/application.html.erb
|
3057
|
+
Rendering home/index.html.ruxt within layouts/application
|
3058
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 169.9ms | Allocations: 14988)
|
3059
|
+
Rendered layout layouts/application.html.erb (Duration: 170.2ms | Allocations: 15141)
|
3060
|
+
Completed 200 OK in 176ms (Views: 175.5ms | Allocations: 15902)
|
3061
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:43:31 -0800
|
3062
|
+
Processing by HomeController#index as HTML
|
3063
|
+
Rendering layout layouts/application.html.erb
|
3064
|
+
Rendering home/index.html.ruxt within layouts/application
|
3065
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 216.2ms | Allocations: 72455)
|
3066
|
+
Rendered layout layouts/application.html.erb (Duration: 216.6ms | Allocations: 72704)
|
3067
|
+
Completed 200 OK in 254ms (Views: 234.2ms | Allocations: 86523)
|
3068
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:43:31 -0800
|
3069
|
+
Processing by HomeController#index as HTML
|
3070
|
+
Rendering layout layouts/application.html.erb
|
3071
|
+
Rendering home/index.html.ruxt within layouts/application
|
3072
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 309)
|
3073
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3074
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 556)
|
3075
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:43:31 -0800
|
3076
|
+
Processing by HomeController#index as HTML
|
3077
|
+
Rendering layout layouts/application.html.erb
|
3078
|
+
Rendering home/index.html.ruxt within layouts/application
|
3079
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 3.9ms | Allocations: 308)
|
3080
|
+
Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 378)
|
3081
|
+
Completed 200 OK in 4ms (Views: 4.3ms | Allocations: 554)
|
3082
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:45:45 -0800
|
3083
|
+
Processing by HomeController#index as HTML
|
3084
|
+
Rendering layout layouts/application.html.erb
|
3085
|
+
Rendering home/index.html.ruxt within layouts/application
|
3086
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 211.7ms | Allocations: 72464)
|
3087
|
+
Rendered layout layouts/application.html.erb (Duration: 212.1ms | Allocations: 72713)
|
3088
|
+
Completed 200 OK in 243ms (Views: 225.0ms | Allocations: 86540)
|
3089
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:45:55 -0800
|
3090
|
+
Processing by HomeController#index as HTML
|
3091
|
+
Rendering layout layouts/application.html.erb
|
3092
|
+
Rendering home/index.html.ruxt within layouts/application
|
3093
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.2ms | Allocations: 699)
|
3094
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | Allocations: 795)
|
3095
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1241)
|
3096
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:45:55 -0800
|
3097
|
+
Processing by HomeController#index as HTML
|
3098
|
+
Rendering layout layouts/application.html.erb
|
3099
|
+
Rendering home/index.html.ruxt within layouts/application
|
3100
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.7ms | Allocations: 383)
|
3101
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 453)
|
3102
|
+
Completed 200 OK in 2ms (Views: 2.2ms | Allocations: 629)
|
3103
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:46:05 -0800
|
3104
|
+
Processing by HomeController#index as HTML
|
3105
|
+
Rendering layout layouts/application.html.erb
|
3106
|
+
Rendering home/index.html.ruxt within layouts/application
|
3107
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 204.1ms | Allocations: 72463)
|
3108
|
+
Rendered layout layouts/application.html.erb (Duration: 204.7ms | Allocations: 72712)
|
3109
|
+
Completed 200 OK in 235ms (Views: 216.9ms | Allocations: 86539)
|
3110
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:49:07 -0800
|
3111
|
+
Processing by HomeController#index as HTML
|
3112
|
+
Rendering layout layouts/application.html.erb
|
3113
|
+
Rendering home/index.html.ruxt within layouts/application
|
3114
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 249.5ms | Allocations: 72463)
|
3115
|
+
Rendered layout layouts/application.html.erb (Duration: 249.9ms | Allocations: 72712)
|
3116
|
+
Completed 200 OK in 283ms (Views: 263.8ms | Allocations: 86539)
|
3117
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:49:08 -0800
|
3118
|
+
Processing by HomeController#index as HTML
|
3119
|
+
Rendering layout layouts/application.html.erb
|
3120
|
+
Rendering home/index.html.ruxt within layouts/application
|
3121
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 309)
|
3122
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 379)
|
3123
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 556)
|
3124
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:49:08 -0800
|
3125
|
+
Processing by HomeController#index as HTML
|
3126
|
+
Rendering layout layouts/application.html.erb
|
3127
|
+
Rendering home/index.html.ruxt within layouts/application
|
3128
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 308)
|
3129
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 378)
|
3130
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 554)
|
3131
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:49:27 -0800
|
3132
|
+
Processing by HomeController#index as HTML
|
3133
|
+
Rendering layout layouts/application.html.erb
|
3134
|
+
Rendering home/index.html.ruxt within layouts/application
|
3135
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 206.3ms | Allocations: 72464)
|
3136
|
+
Rendered layout layouts/application.html.erb (Duration: 207.0ms | Allocations: 72713)
|
3137
|
+
Completed 200 OK in 238ms (Views: 219.6ms | Allocations: 86540)
|
3138
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:49:27 -0800
|
3139
|
+
Processing by HomeController#index as HTML
|
3140
|
+
Rendering layout layouts/application.html.erb
|
3141
|
+
Rendering home/index.html.ruxt within layouts/application
|
3142
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3143
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 379)
|
3144
|
+
Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 556)
|
3145
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:49:27 -0800
|
3146
|
+
Processing by HomeController#index as HTML
|
3147
|
+
Rendering layout layouts/application.html.erb
|
3148
|
+
Rendering home/index.html.ruxt within layouts/application
|
3149
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
3150
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 378)
|
3151
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 554)
|
3152
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:50:08 -0800
|
3153
|
+
Processing by HomeController#index as HTML
|
3154
|
+
Rendering layout layouts/application.html.erb
|
3155
|
+
Rendering home/index.html.ruxt within layouts/application
|
3156
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 210.1ms | Allocations: 72464)
|
3157
|
+
Rendered layout layouts/application.html.erb (Duration: 210.7ms | Allocations: 72713)
|
3158
|
+
Completed 200 OK in 246ms (Views: 226.4ms | Allocations: 86540)
|
3159
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:50:09 -0800
|
3160
|
+
Processing by HomeController#index as HTML
|
3161
|
+
Rendering layout layouts/application.html.erb
|
3162
|
+
Rendering home/index.html.ruxt within layouts/application
|
3163
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3164
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3165
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 556)
|
3166
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:50:09 -0800
|
3167
|
+
Processing by HomeController#index as HTML
|
3168
|
+
Rendering layout layouts/application.html.erb
|
3169
|
+
Rendering home/index.html.ruxt within layouts/application
|
3170
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 3.0ms | Allocations: 308)
|
3171
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 378)
|
3172
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 554)
|
3173
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:50:36 -0800
|
3174
|
+
Processing by HomeController#index as HTML
|
3175
|
+
Rendering layout layouts/application.html.erb
|
3176
|
+
Rendering home/index.html.ruxt within layouts/application
|
3177
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 205.7ms | Allocations: 72464)
|
3178
|
+
Rendered layout layouts/application.html.erb (Duration: 206.1ms | Allocations: 72713)
|
3179
|
+
Completed 200 OK in 237ms (Views: 218.4ms | Allocations: 86540)
|
3180
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:50:37 -0800
|
3181
|
+
Processing by HomeController#index as HTML
|
3182
|
+
Rendering layout layouts/application.html.erb
|
3183
|
+
Rendering home/index.html.ruxt within layouts/application
|
3184
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3185
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3186
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 556)
|
3187
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:50:37 -0800
|
3188
|
+
Processing by HomeController#index as HTML
|
3189
|
+
Rendering layout layouts/application.html.erb
|
3190
|
+
Rendering home/index.html.ruxt within layouts/application
|
3191
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
3192
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 378)
|
3193
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 554)
|
3194
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:51:28 -0800
|
3195
|
+
Processing by HomeController#index as HTML
|
3196
|
+
Rendering layout layouts/application.html.erb
|
3197
|
+
Rendering home/index.html.ruxt within layouts/application
|
3198
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 205.4ms | Allocations: 72463)
|
3199
|
+
Rendered layout layouts/application.html.erb (Duration: 205.8ms | Allocations: 72712)
|
3200
|
+
Completed 200 OK in 238ms (Views: 218.0ms | Allocations: 86539)
|
3201
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:51:29 -0800
|
3202
|
+
Processing by HomeController#index as HTML
|
3203
|
+
Rendering layout layouts/application.html.erb
|
3204
|
+
Rendering home/index.html.ruxt within layouts/application
|
3205
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 309)
|
3206
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 379)
|
3207
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 556)
|
3208
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:51:29 -0800
|
3209
|
+
Processing by HomeController#index as HTML
|
3210
|
+
Rendering layout layouts/application.html.erb
|
3211
|
+
Rendering home/index.html.ruxt within layouts/application
|
3212
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
3213
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 378)
|
3214
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 554)
|
3215
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:52:15 -0800
|
3216
|
+
Processing by HomeController#index as HTML
|
3217
|
+
Rendering layout layouts/application.html.erb
|
3218
|
+
Rendering home/index.html.ruxt within layouts/application
|
3219
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 215.4ms | Allocations: 72464)
|
3220
|
+
Rendered layout layouts/application.html.erb (Duration: 215.9ms | Allocations: 72713)
|
3221
|
+
Completed 200 OK in 247ms (Views: 228.4ms | Allocations: 86540)
|
3222
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:52:15 -0800
|
3223
|
+
Processing by HomeController#index as HTML
|
3224
|
+
Rendering layout layouts/application.html.erb
|
3225
|
+
Rendering home/index.html.ruxt within layouts/application
|
3226
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3227
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3228
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 556)
|
3229
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:52:15 -0800
|
3230
|
+
Processing by HomeController#index as HTML
|
3231
|
+
Rendering layout layouts/application.html.erb
|
3232
|
+
Rendering home/index.html.ruxt within layouts/application
|
3233
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 308)
|
3234
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 378)
|
3235
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 554)
|
3236
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:52:26 -0800
|
3237
|
+
Processing by HomeController#index as HTML
|
3238
|
+
Rendering layout layouts/application.html.erb
|
3239
|
+
Rendering home/index.html.ruxt within layouts/application
|
3240
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.8ms | Allocations: 612)
|
3241
|
+
Rendered layout layouts/application.html.erb (Duration: 2.0ms | Allocations: 708)
|
3242
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1147)
|
3243
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:53:41 -0800
|
3244
|
+
Processing by HomeController#index as HTML
|
3245
|
+
Rendering layout layouts/application.html.erb
|
3246
|
+
Rendering home/index.html.ruxt within layouts/application
|
3247
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 204.6ms | Allocations: 72516)
|
3248
|
+
Rendered layout layouts/application.html.erb (Duration: 205.0ms | Allocations: 72765)
|
3249
|
+
Completed 200 OK in 237ms (Views: 217.6ms | Allocations: 86592)
|
3250
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:53:41 -0800
|
3251
|
+
Processing by HomeController#index as HTML
|
3252
|
+
Rendering layout layouts/application.html.erb
|
3253
|
+
Rendering home/index.html.ruxt within layouts/application
|
3254
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 311)
|
3255
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 381)
|
3256
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 558)
|
3257
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:54:10 -0800
|
3258
|
+
Processing by HomeController#index as HTML
|
3259
|
+
Rendering layout layouts/application.html.erb
|
3260
|
+
Rendering home/index.html.ruxt within layouts/application
|
3261
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 200.3ms | Allocations: 72464)
|
3262
|
+
Rendered layout layouts/application.html.erb (Duration: 200.7ms | Allocations: 72713)
|
3263
|
+
Completed 200 OK in 236ms (Views: 214.2ms | Allocations: 86540)
|
3264
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:54:10 -0800
|
3265
|
+
Processing by HomeController#index as HTML
|
3266
|
+
Rendering layout layouts/application.html.erb
|
3267
|
+
Rendering home/index.html.ruxt within layouts/application
|
3268
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3269
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3270
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 556)
|
3271
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:54:10 -0800
|
3272
|
+
Processing by HomeController#index as HTML
|
3273
|
+
Rendering layout layouts/application.html.erb
|
3274
|
+
Rendering home/index.html.ruxt within layouts/application
|
3275
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
3276
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 378)
|
3277
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 554)
|
3278
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:54:38 -0800
|
3279
|
+
Processing by HomeController#index as HTML
|
3280
|
+
Rendering layout layouts/application.html.erb
|
3281
|
+
Rendering home/index.html.ruxt within layouts/application
|
3282
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 223.6ms | Allocations: 72464)
|
3283
|
+
Rendered layout layouts/application.html.erb (Duration: 224.0ms | Allocations: 72713)
|
3284
|
+
Completed 200 OK in 259ms (Views: 237.2ms | Allocations: 86540)
|
3285
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:54:38 -0800
|
3286
|
+
Processing by HomeController#index as HTML
|
3287
|
+
Rendering layout layouts/application.html.erb
|
3288
|
+
Rendering home/index.html.ruxt within layouts/application
|
3289
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3290
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3291
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 556)
|
3292
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:56:46 -0800
|
3293
|
+
Processing by HomeController#index as HTML
|
3294
|
+
Rendering layout layouts/application.html.erb
|
3295
|
+
Rendering home/index.html.ruxt within layouts/application
|
3296
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 6.7ms | Allocations: 6238)
|
3297
|
+
Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 8451)
|
3298
|
+
Completed 200 OK in 11ms (Views: 10.1ms | Allocations: 14507)
|
3299
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:57:37 -0800
|
3300
|
+
Processing by HomeController#index as HTML
|
3301
|
+
Rendering layout layouts/application.html.erb
|
3302
|
+
Rendering home/index.html.ruxt within layouts/application
|
3303
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 223.2ms | Allocations: 73840)
|
3304
|
+
Rendered layout layouts/application.html.erb (Duration: 223.7ms | Allocations: 74128)
|
3305
|
+
Completed 200 OK in 6244ms (Views: 240.8ms | Allocations: 353187)
|
3306
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:57:43 -0800
|
3307
|
+
Processing by HomeController#index as HTML
|
3308
|
+
Rendering layout layouts/application.html.erb
|
3309
|
+
Rendering home/index.html.ruxt within layouts/application
|
3310
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.9ms | Allocations: 381)
|
3311
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | Allocations: 451)
|
3312
|
+
Completed 200 OK in 1719ms (Views: 2.5ms | Allocations: 73573)
|
3313
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:57:48 -0800
|
3314
|
+
Processing by HomeController#index as HTML
|
3315
|
+
Rendering layout layouts/application.html.erb
|
3316
|
+
Rendering home/index.html.ruxt within layouts/application
|
3317
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.0ms | Allocations: 380)
|
3318
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | Allocations: 450)
|
3319
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:58:40 -0800
|
3320
|
+
Processing by HomeController#index as HTML
|
3321
|
+
Rendering layout layouts/application.html.erb
|
3322
|
+
Rendering home/index.html.ruxt within layouts/application
|
3323
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 229.0ms | Allocations: 72516)
|
3324
|
+
Rendered layout layouts/application.html.erb (Duration: 229.4ms | Allocations: 72765)
|
3325
|
+
Completed 200 OK in 271ms (Views: 270.7ms | Allocations: 86575)
|
3326
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:58:40 -0800
|
3327
|
+
Processing by HomeController#index as HTML
|
3328
|
+
Rendering layout layouts/application.html.erb
|
3329
|
+
Rendering home/index.html.ruxt within layouts/application
|
3330
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 311)
|
3331
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 381)
|
3332
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 546)
|
3333
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:58:51 -0800
|
3334
|
+
Processing by HomeController#index as HTML
|
3335
|
+
Rendering layout layouts/application.html.erb
|
3336
|
+
Rendering home/index.html.ruxt within layouts/application
|
3337
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 200.8ms | Allocations: 72464)
|
3338
|
+
Rendered layout layouts/application.html.erb (Duration: 201.1ms | Allocations: 72713)
|
3339
|
+
Completed 200 OK in 235ms (Views: 234.2ms | Allocations: 86522)
|
3340
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:58:52 -0800
|
3341
|
+
Processing by HomeController#index as HTML
|
3342
|
+
Rendering layout layouts/application.html.erb
|
3343
|
+
Rendering home/index.html.ruxt within layouts/application
|
3344
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3345
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3346
|
+
Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 544)
|
3347
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 14:58:52 -0800
|
3348
|
+
Processing by HomeController#index as HTML
|
3349
|
+
Rendering layout layouts/application.html.erb
|
3350
|
+
Rendering home/index.html.ruxt within layouts/application
|
3351
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 4.4ms | Allocations: 6263)
|
3352
|
+
Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 8485)
|
3353
|
+
Completed 500 Internal Server Error in 121883ms (Allocations: 1165686)
|
3354
|
+
|
3355
|
+
SystemExit (exit):
|
3356
|
+
|
3357
|
+
(rdbg)//Users/camertron/.asdf/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/actionpack-7.1.2/lib/abstract_controller/rendering.rb:1:in `render'
|
3358
|
+
app/controllers/home_controller.rb:4:in `index'
|
3359
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:00:59 -0800
|
3360
|
+
Processing by HomeController#index as HTML
|
3361
|
+
Rendering layout layouts/application.html.erb
|
3362
|
+
Rendering home/index.html.ruxt within layouts/application
|
3363
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 204.8ms | Allocations: 72464)
|
3364
|
+
Rendered layout layouts/application.html.erb (Duration: 205.2ms | Allocations: 72713)
|
3365
|
+
Completed 200 OK in 241ms (Views: 241.4ms | Allocations: 86522)
|
3366
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:00:59 -0800
|
3367
|
+
Processing by HomeController#index as HTML
|
3368
|
+
Rendering layout layouts/application.html.erb
|
3369
|
+
Rendering home/index.html.ruxt within layouts/application
|
3370
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.2ms | Allocations: 309)
|
3371
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 379)
|
3372
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 544)
|
3373
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:00:59 -0800
|
3374
|
+
Processing by HomeController#index as HTML
|
3375
|
+
Rendering layout layouts/application.html.erb
|
3376
|
+
Rendering home/index.html.ruxt within layouts/application
|
3377
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.1ms | Allocations: 712)
|
3378
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | Allocations: 817)
|
3379
|
+
Completed 200 OK in 41846ms (Views: 38953.6ms | Allocations: 486137)
|
3380
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:01:45 -0800
|
3381
|
+
Processing by HomeController#index as HTML
|
3382
|
+
Rendering layout layouts/application.html.erb
|
3383
|
+
Rendering home/index.html.ruxt within layouts/application
|
3384
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 203.5ms | Allocations: 72464)
|
3385
|
+
Rendered layout layouts/application.html.erb (Duration: 203.9ms | Allocations: 72713)
|
3386
|
+
Completed 200 OK in 234ms (Views: 233.9ms | Allocations: 86522)
|
3387
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:01:46 -0800
|
3388
|
+
Processing by HomeController#index as HTML
|
3389
|
+
Rendering layout layouts/application.html.erb
|
3390
|
+
Rendering home/index.html.ruxt within layouts/application
|
3391
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.0ms | Allocations: 309)
|
3392
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3393
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 544)
|
3394
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:01:46 -0800
|
3395
|
+
Processing by HomeController#index as HTML
|
3396
|
+
Rendering layout layouts/application.html.erb
|
3397
|
+
Rendering home/index.html.ruxt within layouts/application
|
3398
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 2.2ms | Allocations: 714)
|
3399
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | Allocations: 819)
|
3400
|
+
Completed 200 OK in 3918ms (Views: 1316.6ms | Allocations: 381105)
|
3401
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:02:15 -0800
|
3402
|
+
Processing by HomeController#index as HTML
|
3403
|
+
Rendering layout layouts/application.html.erb
|
3404
|
+
Rendering home/index.html.ruxt within layouts/application
|
3405
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 203.1ms | Allocations: 72464)
|
3406
|
+
Rendered layout layouts/application.html.erb (Duration: 203.4ms | Allocations: 72713)
|
3407
|
+
Completed 200 OK in 234ms (Views: 233.5ms | Allocations: 86522)
|
3408
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:02:16 -0800
|
3409
|
+
Processing by HomeController#index as HTML
|
3410
|
+
Rendering layout layouts/application.html.erb
|
3411
|
+
Rendering home/index.html.ruxt within layouts/application
|
3412
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 309)
|
3413
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 379)
|
3414
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 544)
|
3415
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:02:16 -0800
|
3416
|
+
Processing by HomeController#index as HTML
|
3417
|
+
Rendering layout layouts/application.html.erb
|
3418
|
+
Rendering home/index.html.ruxt within layouts/application
|
3419
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 53318.5ms | Allocations: 680446)
|
3420
|
+
Rendered layout layouts/application.html.erb (Duration: 55076.0ms | Allocations: 714782)
|
3421
|
+
Completed 200 OK in 176162ms (Views: 173784.8ms | Allocations: 1915795)
|
3422
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:18 -0800
|
3423
|
+
Processing by HomeController#index as HTML
|
3424
|
+
Rendering layout layouts/application.html.erb
|
3425
|
+
Rendering home/index.html.ruxt within layouts/application
|
3426
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 209.8ms | Allocations: 72464)
|
3427
|
+
Rendered layout layouts/application.html.erb (Duration: 210.2ms | Allocations: 72713)
|
3428
|
+
Completed 200 OK in 248ms (Views: 248.1ms | Allocations: 86522)
|
3429
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:19 -0800
|
3430
|
+
Processing by HomeController#index as HTML
|
3431
|
+
Rendering layout layouts/application.html.erb
|
3432
|
+
Rendering home/index.html.ruxt within layouts/application
|
3433
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 1.1ms | Allocations: 309)
|
3434
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 379)
|
3435
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 544)
|
3436
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:19 -0800
|
3437
|
+
Processing by HomeController#index as HTML
|
3438
|
+
Rendering layout layouts/application.html.erb
|
3439
|
+
Rendering home/index.html.ruxt within layouts/application
|
3440
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 0.9ms | Allocations: 308)
|
3441
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 378)
|
3442
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 543)
|
3443
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:42 -0800
|
3444
|
+
Processing by HomeController#index as HTML
|
3445
|
+
Rendering layout layouts/application.html.erb
|
3446
|
+
Rendering home/index.html.ruxt within layouts/application
|
3447
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 151.5ms | Allocations: 19232)
|
3448
|
+
Rendered layout layouts/application.html.erb (Duration: 152.0ms | Allocations: 19480)
|
3449
|
+
Completed 200 OK in 217ms (Views: 216.7ms | Allocations: 33269)
|
3450
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:42 -0800
|
3451
|
+
Processing by HomeController#index as HTML
|
3452
|
+
Rendering layout layouts/application.html.erb
|
3453
|
+
Rendering home/index.html.ruxt within layouts/application
|
3454
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 133.7ms | Allocations: 14991)
|
3455
|
+
Rendered layout layouts/application.html.erb (Duration: 134.0ms | Allocations: 15144)
|
3456
|
+
Completed 200 OK in 135ms (Views: 135.3ms | Allocations: 15893)
|
3457
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:42 -0800
|
3458
|
+
Processing by HomeController#index as HTML
|
3459
|
+
Rendering layout layouts/application.html.erb
|
3460
|
+
Rendering home/index.html.ruxt within layouts/application
|
3461
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 143.1ms | Allocations: 15044)
|
3462
|
+
Rendered layout layouts/application.html.erb (Duration: 143.4ms | Allocations: 15193)
|
3463
|
+
Completed 200 OK in 145ms (Views: 145.3ms | Allocations: 15938)
|
3464
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:57 -0800
|
3465
|
+
Processing by HomeController#index as HTML
|
3466
|
+
Rendering layout layouts/application.html.erb
|
3467
|
+
Rendering home/index.html.ruxt within layouts/application
|
3468
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 146.7ms | Allocations: 19226)
|
3469
|
+
Rendered layout layouts/application.html.erb (Duration: 147.1ms | Allocations: 19474)
|
3470
|
+
Completed 200 OK in 185ms (Views: 185.0ms | Allocations: 33263)
|
3471
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:58 -0800
|
3472
|
+
Processing by HomeController#index as HTML
|
3473
|
+
Rendering layout layouts/application.html.erb
|
3474
|
+
Rendering home/index.html.ruxt within layouts/application
|
3475
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 145.8ms | Allocations: 14988)
|
3476
|
+
Rendered layout layouts/application.html.erb (Duration: 150.7ms | Allocations: 15141)
|
3477
|
+
Completed 200 OK in 152ms (Views: 152.0ms | Allocations: 15890)
|
3478
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:08:58 -0800
|
3479
|
+
Processing by HomeController#index as HTML
|
3480
|
+
Rendering layout layouts/application.html.erb
|
3481
|
+
Rendering home/index.html.ruxt within layouts/application
|
3482
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.6ms | Allocations: 15046)
|
3483
|
+
Rendered layout layouts/application.html.erb (Duration: 128.9ms | Allocations: 15197)
|
3484
|
+
Completed 200 OK in 131ms (Views: 130.5ms | Allocations: 15945)
|
3485
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:10:19 -0800
|
3486
|
+
Processing by HomeController#index as HTML
|
3487
|
+
Rendering layout layouts/application.html.erb
|
3488
|
+
Rendering home/index.html.ruxt within layouts/application
|
3489
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 136.9ms | Allocations: 19226)
|
3490
|
+
Rendered layout layouts/application.html.erb (Duration: 137.3ms | Allocations: 19474)
|
3491
|
+
Completed 200 OK in 171ms (Views: 148.1ms | Allocations: 33281)
|
3492
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:10:19 -0800
|
3493
|
+
Processing by HomeController#index as HTML
|
3494
|
+
Rendering layout layouts/application.html.erb
|
3495
|
+
Rendering home/index.html.ruxt within layouts/application
|
3496
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.1ms | Allocations: 14988)
|
3497
|
+
Rendered layout layouts/application.html.erb (Duration: 127.4ms | Allocations: 15141)
|
3498
|
+
Completed 200 OK in 129ms (Views: 128.3ms | Allocations: 15903)
|
3499
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:10:20 -0800
|
3500
|
+
Processing by HomeController#index as HTML
|
3501
|
+
Rendering layout layouts/application.html.erb
|
3502
|
+
Rendering home/index.html.ruxt within layouts/application
|
3503
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 129.3ms | Allocations: 15044)
|
3504
|
+
Rendered layout layouts/application.html.erb (Duration: 129.6ms | Allocations: 15193)
|
3505
|
+
Completed 200 OK in 131ms (Views: 130.4ms | Allocations: 15951)
|
3506
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:11:46 -0800
|
3507
|
+
Processing by HomeController#index as HTML
|
3508
|
+
Rendering layout layouts/application.html.erb
|
3509
|
+
Rendering home/index.html.ruxt within layouts/application
|
3510
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 142.4ms | Allocations: 19249)
|
3511
|
+
Rendered layout layouts/application.html.erb (Duration: 142.9ms | Allocations: 19497)
|
3512
|
+
Completed 200 OK in 173ms (Views: 152.7ms | Allocations: 33304)
|
3513
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:11:46 -0800
|
3514
|
+
Processing by HomeController#index as HTML
|
3515
|
+
Rendering layout layouts/application.html.erb
|
3516
|
+
Rendering home/index.html.ruxt within layouts/application
|
3517
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 137.9ms | Allocations: 15011)
|
3518
|
+
Rendered layout layouts/application.html.erb (Duration: 140.6ms | Allocations: 15164)
|
3519
|
+
Completed 200 OK in 142ms (Views: 141.5ms | Allocations: 15926)
|
3520
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:11:47 -0800
|
3521
|
+
Processing by HomeController#index as HTML
|
3522
|
+
Rendering layout layouts/application.html.erb
|
3523
|
+
Rendering home/index.html.ruxt within layouts/application
|
3524
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 144.3ms | Allocations: 15069)
|
3525
|
+
Rendered layout layouts/application.html.erb (Duration: 144.8ms | Allocations: 15222)
|
3526
|
+
Completed 200 OK in 147ms (Views: 146.1ms | Allocations: 15983)
|
3527
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:18 -0800
|
3528
|
+
Processing by HomeController#index as HTML
|
3529
|
+
Rendering home/index.html.ruxt within layouts/application
|
3530
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 59.4ms | Allocations: 18499)
|
3531
|
+
Completed 200 OK in 100ms (Views: 75.5ms | Allocations: 27760)
|
3532
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:18 -0800
|
3533
|
+
Processing by HomeController#index as HTML
|
3534
|
+
Rendering home/index.html.ruxt within layouts/application
|
3535
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.4ms | Allocations: 13386)
|
3536
|
+
Completed 200 OK in 24ms (Views: 24.2ms | Allocations: 14046)
|
3537
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:18 -0800
|
3538
|
+
Processing by HomeController#index as HTML
|
3539
|
+
Rendering home/index.html.ruxt within layouts/application
|
3540
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 29.1ms | Allocations: 13444)
|
3541
|
+
Completed 200 OK in 30ms (Views: 30.0ms | Allocations: 14103)
|
3542
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:22 -0800
|
3543
|
+
Processing by HomeController#index as HTML
|
3544
|
+
Rendering layout layouts/application.html.erb
|
3545
|
+
Rendering home/index.html.ruxt within layouts/application
|
3546
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 43.1ms | Allocations: 17728)
|
3547
|
+
Rendered layout layouts/application.html.erb (Duration: 43.6ms | Allocations: 17960)
|
3548
|
+
Completed 200 OK in 68ms (Views: 56.7ms | Allocations: 26844)
|
3549
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:22 -0800
|
3550
|
+
Processing by HomeController#index as HTML
|
3551
|
+
Rendering layout layouts/application.html.erb
|
3552
|
+
Rendering home/index.html.ruxt within layouts/application
|
3553
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.3ms | Allocations: 12894)
|
3554
|
+
Rendered layout layouts/application.html.erb (Duration: 20.5ms | Allocations: 12958)
|
3555
|
+
Completed 200 OK in 21ms (Views: 21.0ms | Allocations: 13473)
|
3556
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:22 -0800
|
3557
|
+
Processing by HomeController#index as HTML
|
3558
|
+
Rendering layout layouts/application.html.erb
|
3559
|
+
Rendering home/index.html.ruxt within layouts/application
|
3560
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.1ms | Allocations: 12950)
|
3561
|
+
Rendered layout layouts/application.html.erb (Duration: 20.3ms | Allocations: 13014)
|
3562
|
+
Completed 200 OK in 21ms (Views: 20.9ms | Allocations: 13528)
|
3563
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:26 -0800
|
3564
|
+
Processing by HomeController#index as HTML
|
3565
|
+
Rendering layout layouts/application.html.erb
|
3566
|
+
Rendering home/index.html.ruxt within layouts/application
|
3567
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.3ms | Allocations: 17688)
|
3568
|
+
Rendered layout layouts/application.html.erb (Duration: 37.7ms | Allocations: 17922)
|
3569
|
+
Completed 200 OK in 69ms (Views: 50.0ms | Allocations: 28729)
|
3570
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:26 -0800
|
3571
|
+
Processing by HomeController#index as HTML
|
3572
|
+
Rendering layout layouts/application.html.erb
|
3573
|
+
Rendering home/index.html.ruxt within layouts/application
|
3574
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 21.9ms | Allocations: 12907)
|
3575
|
+
Rendered layout layouts/application.html.erb (Duration: 22.1ms | Allocations: 12971)
|
3576
|
+
Completed 200 OK in 23ms (Views: 22.8ms | Allocations: 13468)
|
3577
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:26 -0800
|
3578
|
+
Processing by HomeController#index as HTML
|
3579
|
+
Rendering layout layouts/application.html.erb
|
3580
|
+
Rendering home/index.html.ruxt within layouts/application
|
3581
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 28.3ms | Allocations: 12964)
|
3582
|
+
Rendered layout layouts/application.html.erb (Duration: 28.6ms | Allocations: 13028)
|
3583
|
+
Completed 200 OK in 29ms (Views: 29.2ms | Allocations: 13524)
|
3584
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:30 -0800
|
3585
|
+
Processing by HomeController#index as HTML
|
3586
|
+
Rendering layout layouts/application.html.erb
|
3587
|
+
Rendering home/index.html.ruxt within layouts/application
|
3588
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 32.7ms | Allocations: 17930)
|
3589
|
+
Rendered layout layouts/application.html.erb (Duration: 33.0ms | Allocations: 18192)
|
3590
|
+
Completed 200 OK in 69ms (Views: 44.9ms | Allocations: 31363)
|
3591
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:30 -0800
|
3592
|
+
Processing by HomeController#index as HTML
|
3593
|
+
Rendering layout layouts/application.html.erb
|
3594
|
+
Rendering home/index.html.ruxt within layouts/application
|
3595
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 26.5ms | Allocations: 13625)
|
3596
|
+
Rendered layout layouts/application.html.erb (Duration: 26.9ms | Allocations: 13805)
|
3597
|
+
Completed 200 OK in 29ms (Views: 28.3ms | Allocations: 14726)
|
3598
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:30 -0800
|
3599
|
+
Processing by HomeController#index as HTML
|
3600
|
+
Rendering layout layouts/application.html.erb
|
3601
|
+
Rendering home/index.html.ruxt within layouts/application
|
3602
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.7ms | Allocations: 13677)
|
3603
|
+
Rendered layout layouts/application.html.erb (Duration: 21.3ms | Allocations: 13855)
|
3604
|
+
Completed 200 OK in 23ms (Views: 22.5ms | Allocations: 14772)
|
3605
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:37 -0800
|
3606
|
+
Processing by HomeController#index as HTML
|
3607
|
+
Rendering layout layouts/application.html.erb
|
3608
|
+
Rendering home/index.html.ruxt within layouts/application
|
3609
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 133.0ms | Allocations: 19015)
|
3610
|
+
Rendered layout layouts/application.html.erb (Duration: 133.6ms | Allocations: 19250)
|
3611
|
+
Completed 200 OK in 156ms (Views: 145.0ms | Allocations: 27708)
|
3612
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:37 -0800
|
3613
|
+
Processing by HomeController#index as HTML
|
3614
|
+
Rendering layout layouts/application.html.erb
|
3615
|
+
Rendering home/index.html.ruxt within layouts/application
|
3616
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 119.0ms | Allocations: 14578)
|
3617
|
+
Rendered layout layouts/application.html.erb (Duration: 119.1ms | Allocations: 14644)
|
3618
|
+
Completed 200 OK in 120ms (Views: 119.6ms | Allocations: 15154)
|
3619
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:37 -0800
|
3620
|
+
Processing by HomeController#index as HTML
|
3621
|
+
Rendering layout layouts/application.html.erb
|
3622
|
+
Rendering home/index.html.ruxt within layouts/application
|
3623
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 134.8ms | Allocations: 14634)
|
3624
|
+
Rendered layout layouts/application.html.erb (Duration: 135.0ms | Allocations: 14700)
|
3625
|
+
Completed 200 OK in 136ms (Views: 135.5ms | Allocations: 15209)
|
3626
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:42 -0800
|
3627
|
+
Processing by HomeController#index as HTML
|
3628
|
+
Rendering layout layouts/application.html.erb
|
3629
|
+
Rendering home/index.html.ruxt within layouts/application
|
3630
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 140.1ms | Allocations: 18982)
|
3631
|
+
Rendered layout layouts/application.html.erb (Duration: 140.5ms | Allocations: 19219)
|
3632
|
+
Completed 200 OK in 174ms (Views: 153.9ms | Allocations: 29620)
|
3633
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:42 -0800
|
3634
|
+
Processing by HomeController#index as HTML
|
3635
|
+
Rendering layout layouts/application.html.erb
|
3636
|
+
Rendering home/index.html.ruxt within layouts/application
|
3637
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 129.0ms | Allocations: 14594)
|
3638
|
+
Rendered layout layouts/application.html.erb (Duration: 129.1ms | Allocations: 14660)
|
3639
|
+
Completed 200 OK in 130ms (Views: 129.7ms | Allocations: 15152)
|
3640
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:42 -0800
|
3641
|
+
Processing by HomeController#index as HTML
|
3642
|
+
Rendering layout layouts/application.html.erb
|
3643
|
+
Rendering home/index.html.ruxt within layouts/application
|
3644
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 120.8ms | Allocations: 14647)
|
3645
|
+
Rendered layout layouts/application.html.erb (Duration: 121.2ms | Allocations: 14713)
|
3646
|
+
Completed 200 OK in 122ms (Views: 121.7ms | Allocations: 15204)
|
3647
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:47 -0800
|
3648
|
+
Processing by HomeController#index as HTML
|
3649
|
+
Rendering layout layouts/application.html.erb
|
3650
|
+
Rendering home/index.html.ruxt within layouts/application
|
3651
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 133.1ms | Allocations: 19225)
|
3652
|
+
Rendered layout layouts/application.html.erb (Duration: 133.5ms | Allocations: 19490)
|
3653
|
+
Completed 200 OK in 173ms (Views: 146.9ms | Allocations: 32010)
|
3654
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:48 -0800
|
3655
|
+
Processing by HomeController#index as HTML
|
3656
|
+
Rendering layout layouts/application.html.erb
|
3657
|
+
Rendering home/index.html.ruxt within layouts/application
|
3658
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 128.0ms | Allocations: 15344)
|
3659
|
+
Rendered layout layouts/application.html.erb (Duration: 128.5ms | Allocations: 15525)
|
3660
|
+
Completed 200 OK in 130ms (Views: 129.4ms | Allocations: 16421)
|
3661
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:48 -0800
|
3662
|
+
Processing by HomeController#index as HTML
|
3663
|
+
Rendering layout layouts/application.html.erb
|
3664
|
+
Rendering home/index.html.ruxt within layouts/application
|
3665
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 130.0ms | Allocations: 15400)
|
3666
|
+
Rendered layout layouts/application.html.erb (Duration: 130.3ms | Allocations: 15583)
|
3667
|
+
Completed 200 OK in 132ms (Views: 131.3ms | Allocations: 16479)
|
3668
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:52 -0800
|
3669
|
+
Processing by HomeController#index as HTML
|
3670
|
+
Rendering layout layouts/application.html.erb
|
3671
|
+
Rendering home/index.html.ruxt within layouts/application
|
3672
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 185.4ms | Allocations: 19002)
|
3673
|
+
Rendered layout layouts/application.html.erb (Duration: 185.9ms | Allocations: 19221)
|
3674
|
+
Completed 200 OK in 213ms (Views: 199.0ms | Allocations: 28584)
|
3675
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:53 -0800
|
3676
|
+
Processing by HomeController#index as HTML
|
3677
|
+
Rendering layout layouts/application.html.erb
|
3678
|
+
Rendering home/index.html.ruxt within layouts/application
|
3679
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 121.8ms | Allocations: 14228)
|
3680
|
+
Rendered layout layouts/application.html.erb (Duration: 121.9ms | Allocations: 14281)
|
3681
|
+
Completed 200 OK in 122ms (Views: 122.3ms | Allocations: 14712)
|
3682
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:53 -0800
|
3683
|
+
Processing by HomeController#index as HTML
|
3684
|
+
Rendering layout layouts/application.html.erb
|
3685
|
+
Rendering home/index.html.ruxt within layouts/application
|
3686
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 119.8ms | Allocations: 14287)
|
3687
|
+
Rendered layout layouts/application.html.erb (Duration: 119.9ms | Allocations: 14340)
|
3688
|
+
Completed 200 OK in 120ms (Views: 120.4ms | Allocations: 14770)
|
3689
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:58 -0800
|
3690
|
+
Processing by HomeController#index as HTML
|
3691
|
+
Rendering layout layouts/application.html.erb
|
3692
|
+
Rendering home/index.html.ruxt within layouts/application
|
3693
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 158.7ms | Allocations: 18959)
|
3694
|
+
Rendered layout layouts/application.html.erb (Duration: 159.1ms | Allocations: 19181)
|
3695
|
+
Completed 200 OK in 186ms (Views: 171.1ms | Allocations: 30654)
|
3696
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:58 -0800
|
3697
|
+
Processing by HomeController#index as HTML
|
3698
|
+
Rendering layout layouts/application.html.erb
|
3699
|
+
Rendering home/index.html.ruxt within layouts/application
|
3700
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 126.2ms | Allocations: 14238)
|
3701
|
+
Rendered layout layouts/application.html.erb (Duration: 126.3ms | Allocations: 14293)
|
3702
|
+
Completed 200 OK in 127ms (Views: 126.8ms | Allocations: 14703)
|
3703
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:12:58 -0800
|
3704
|
+
Processing by HomeController#index as HTML
|
3705
|
+
Rendering layout layouts/application.html.erb
|
3706
|
+
Rendering home/index.html.ruxt within layouts/application
|
3707
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 139.2ms | Allocations: 14297)
|
3708
|
+
Rendered layout layouts/application.html.erb (Duration: 139.4ms | Allocations: 14352)
|
3709
|
+
Completed 200 OK in 140ms (Views: 139.9ms | Allocations: 14762)
|
3710
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:13:03 -0800
|
3711
|
+
Processing by HomeController#index as HTML
|
3712
|
+
Rendering layout layouts/application.html.erb
|
3713
|
+
Rendering home/index.html.ruxt within layouts/application
|
3714
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 145.7ms | Allocations: 19222)
|
3715
|
+
Rendered layout layouts/application.html.erb (Duration: 146.1ms | Allocations: 19470)
|
3716
|
+
Completed 200 OK in 179ms (Views: 156.6ms | Allocations: 33277)
|
3717
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:13:03 -0800
|
3718
|
+
Processing by HomeController#index as HTML
|
3719
|
+
Rendering layout layouts/application.html.erb
|
3720
|
+
Rendering home/index.html.ruxt within layouts/application
|
3721
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 138.3ms | Allocations: 14984)
|
3722
|
+
Rendered layout layouts/application.html.erb (Duration: 138.7ms | Allocations: 15137)
|
3723
|
+
Completed 200 OK in 143ms (Views: 139.9ms | Allocations: 15899)
|
3724
|
+
Started GET "/" for 127.0.0.1 at 2023-11-11 15:13:04 -0800
|
3725
|
+
Processing by HomeController#index as HTML
|
3726
|
+
Rendering layout layouts/application.html.erb
|
3727
|
+
Rendering home/index.html.ruxt within layouts/application
|
3728
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 127.6ms | Allocations: 15042)
|
3729
|
+
Rendered layout layouts/application.html.erb (Duration: 128.0ms | Allocations: 15195)
|
3730
|
+
Completed 200 OK in 130ms (Views: 129.3ms | Allocations: 15956)
|