onload 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/onload/ext/zeitwerk/loader.rb +5 -0
- data/lib/onload/version.rb +1 -1
- data/spec/rails/dummy/log/test.log +63 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13f19bdf6088329ac7349d6655fa119c3f3b963187e1b83ff764eb7711483e36
|
4
|
+
data.tar.gz: 68262832b33e15d78b292a20d09769c951625bf35aad3f6a7b863c10f401788a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69c34a1b432cff54b0f4d8179587500b6733c5e9b1cd4832dcb5b924a803c5290ce681dc9a383a75565d79bea6007fd52d3bc2567500947be19eb983c9afff18
|
7
|
+
data.tar.gz: c120d68e75c811b0757f3c3c393202a6eb706fb75c6dde44b01165baa378b0b96e391a41b25f9e6b79f3436cc3dd0ee715eb2dbf4316d98dc97a840f99540d00
|
data/CHANGELOG.md
CHANGED
data/lib/onload/version.rb
CHANGED
@@ -68292,3 +68292,66 @@ Processing by HomeController#index as HTML
|
|
68292
68292
|
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 94)
|
68293
68293
|
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 149)
|
68294
68294
|
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 554)
|
68295
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:16:21 -0800
|
68296
|
+
Processing by HomeController#index as HTML
|
68297
|
+
Rendering layout layouts/application.html.erb
|
68298
|
+
Rendering home/index.html.erb within layouts/application
|
68299
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1840)
|
68300
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 2011)
|
68301
|
+
Completed 200 OK in 24ms (Views: 8.6ms | Allocations: 12281)
|
68302
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:16:21 -0800
|
68303
|
+
Processing by HomeController#index as HTML
|
68304
|
+
Rendering layout layouts/application.html.erb
|
68305
|
+
Rendering home/index.html.erb within layouts/application
|
68306
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
68307
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 58)
|
68308
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 240)
|
68309
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:16:21 -0800
|
68310
|
+
Processing by HomeController#index as HTML
|
68311
|
+
Rendering layout layouts/application.html.erb
|
68312
|
+
Rendering home/index.html.erb within layouts/application
|
68313
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 94)
|
68314
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 149)
|
68315
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 554)
|
68316
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:37 -0800
|
68317
|
+
Processing by HomeController#index as HTML
|
68318
|
+
Rendering layout layouts/application.html.erb
|
68319
|
+
Rendering home/index.html.erb within layouts/application
|
68320
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 313)
|
68321
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 505)
|
68322
|
+
Completed 200 OK in 31ms (Views: 10.7ms | Allocations: 14990)
|
68323
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:37 -0800
|
68324
|
+
Processing by HomeController#index as HTML
|
68325
|
+
Rendering layout layouts/application.html.erb
|
68326
|
+
Rendering home/index.html.erb within layouts/application
|
68327
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 10)
|
68328
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 79)
|
68329
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 255)
|
68330
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:37 -0800
|
68331
|
+
Processing by HomeController#index as HTML
|
68332
|
+
Rendering layout layouts/application.html.erb
|
68333
|
+
Rendering home/index.html.erb within layouts/application
|
68334
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 184)
|
68335
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 332)
|
68336
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1068)
|
68337
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:54 -0800
|
68338
|
+
Processing by HomeController#index as HTML
|
68339
|
+
Rendering layout layouts/application.html.erb
|
68340
|
+
Rendering home/index.html.erb within layouts/application
|
68341
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 309)
|
68342
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 501)
|
68343
|
+
Completed 200 OK in 23ms (Views: 9.0ms | Allocations: 14960)
|
68344
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:55 -0800
|
68345
|
+
Processing by HomeController#index as HTML
|
68346
|
+
Rendering layout layouts/application.html.erb
|
68347
|
+
Rendering home/index.html.erb within layouts/application
|
68348
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 10)
|
68349
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 79)
|
68350
|
+
Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 255)
|
68351
|
+
Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:55 -0800
|
68352
|
+
Processing by HomeController#index as HTML
|
68353
|
+
Rendering layout layouts/application.html.erb
|
68354
|
+
Rendering home/index.html.erb within layouts/application
|
68355
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 180)
|
68356
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 328)
|
68357
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1067)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onload
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cameron Dutro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A preprocessor system for Ruby.
|
14
14
|
email:
|