rux-rails 1.5.0 → 2.0.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 +18 -0
- data/Gemfile +3 -0
- data/README.md +56 -0
- data/lib/rux-rails/{railtie.rb → engine.rb} +14 -4
- data/lib/rux-rails/tasks/transpile.rake +11 -10
- data/lib/rux-rails/version.rb +1 -1
- data/lib/rux-rails.rb +4 -1
- data/rux-rails.gemspec +4 -3
- data/spec/components/rails/button_spec.rb +18 -0
- data/spec/components/rails/button_to_spec.rb +24 -0
- data/spec/components/rails/content_tag_spec.rb +13 -0
- data/spec/components/rails/form_with_spec.rb +20 -0
- data/spec/components/rails/hidden_field_spec.rb +11 -0
- data/spec/components/rails/label_spec.rb +21 -0
- data/spec/components/rails/link_to_spec.rb +16 -0
- data/spec/components/rails/password_field_spec.rb +11 -0
- data/spec/components/rails/text_field_spec.rb +11 -0
- data/spec/components/rux/component_spec.rb +9 -0
- data/spec/controllers/home_controller_spec.rb +1 -1
- data/spec/dummy/app/components/image.rux +16 -0
- data/spec/dummy/log/test.log +534 -3384
- data/spec/dummy/tmp/local_secret.txt +1 -0
- data/spec/html_safety_spec.rb +1 -1
- data/spec/spec_helper.rb +5 -36
- metadata +36 -14
- data/lib/rux-rails/components/audio.rb +0 -18
- data/lib/rux-rails/components/image.rb +0 -18
- data/lib/rux-rails/components/video.rb +0 -18
- data/lib/rux-rails/components.rb +0 -5
data/spec/dummy/log/test.log
CHANGED
|
@@ -1,3730 +1,880 @@
|
|
|
1
|
-
Started GET "/" for 127.0.0.1 at
|
|
1
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:03:33 -0700
|
|
2
2
|
Processing by HomeController#index as HTML
|
|
3
3
|
Rendering layout layouts/application.html.erb
|
|
4
4
|
Rendering home/index.html.ruxt within layouts/application
|
|
5
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
6
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
7
|
-
Completed
|
|
8
|
-
Started GET "/" for 127.0.0.1 at 2022-02-14 22:57:48 -0800
|
|
9
|
-
Processing by HomeController#index as HTML
|
|
10
|
-
Rendering layout layouts/application.html.erb
|
|
11
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
12
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 95.1ms | Allocations: 47235)
|
|
13
|
-
Rendered layout layouts/application.html.erb (Duration: 95.7ms | Allocations: 47464)
|
|
14
|
-
Completed 200 OK in 109ms (Views: 103.2ms | Allocations: 53465)
|
|
15
|
-
Started GET "/" for 127.0.0.1 at 2022-02-14 22:58:16 -0800
|
|
16
|
-
Processing by HomeController#index as HTML
|
|
17
|
-
Rendering layout layouts/application.html.erb
|
|
18
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
19
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 90.7ms | Allocations: 47233)
|
|
20
|
-
Rendered layout layouts/application.html.erb (Duration: 91.5ms | Allocations: 47462)
|
|
21
|
-
Completed 200 OK in 103ms (Views: 98.0ms | Allocations: 53463)
|
|
22
|
-
Started GET "/" for 127.0.0.1 at 2022-02-14 22:59:34 -0800
|
|
23
|
-
Processing by HomeController#index as HTML
|
|
24
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
25
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 82.3ms | Allocations: 48177)
|
|
26
|
-
Completed 200 OK in 96ms (Views: 90.6ms | Allocations: 54908)
|
|
27
|
-
Started GET "/" for 127.0.0.1 at 2022-02-14 22:59:39 -0800
|
|
28
|
-
Processing by HomeController#index as HTML
|
|
29
|
-
Rendering layout layouts/application.html.erb
|
|
30
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
31
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 88.5ms | Allocations: 47234)
|
|
32
|
-
Rendered layout layouts/application.html.erb (Duration: 89.0ms | Allocations: 47463)
|
|
33
|
-
Completed 200 OK in 100ms (Views: 95.6ms | Allocations: 53464)
|
|
34
|
-
Started GET "/" for 127.0.0.1 at 2022-02-14 23:03:32 -0800
|
|
35
|
-
Processing by HomeController#index as HTML
|
|
36
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
37
|
-
Rendered home/index.html.ruxt within layouts/application (79.0ms)
|
|
38
|
-
Completed 500 Internal Server Error in 90ms
|
|
39
|
-
|
|
40
|
-
ActionView::Template::Error (no implicit conversion of nil into String):
|
|
41
|
-
1: <HomeComponent />
|
|
42
|
-
|
|
43
|
-
app/components/home_component.rb:1:in `<top (required)>'
|
|
44
|
-
app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__1535698701339853190_6840'
|
|
45
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 09:25:11 -0800
|
|
46
|
-
Processing by HomeController#index as HTML
|
|
47
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
48
|
-
Rendered home/index.html.ruxt within layouts/application (76.4ms)
|
|
49
|
-
Completed 200 OK in 85ms (Views: 84.4ms)
|
|
50
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 09:25:26 -0800
|
|
51
|
-
Processing by HomeController#index as HTML
|
|
52
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
53
|
-
Rendered home/index.html.ruxt within layouts/application (55.5ms)
|
|
54
|
-
Completed 500 Internal Server Error in 62ms
|
|
55
|
-
|
|
56
|
-
ActionView::Template::Error (no implicit conversion of nil into String):
|
|
57
|
-
1: <HomeComponent />
|
|
58
|
-
|
|
59
|
-
app/components/home_component.rb:1:in `<top (required)>'
|
|
60
|
-
app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__1368797614817350675_7540'
|
|
61
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 09:26:31 -0800
|
|
62
|
-
Processing by HomeController#index as HTML
|
|
63
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
64
|
-
Rendered home/index.html.ruxt within layouts/application (59.8ms)
|
|
65
|
-
Completed 500 Internal Server Error in 67ms
|
|
5
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 38.1ms | GC: 0.0ms)
|
|
6
|
+
Rendered layout layouts/application.html.erb (Duration: 39.1ms | GC: 0.0ms)
|
|
7
|
+
Completed 500 Internal Server Error in 47ms (GC: 0.0ms)
|
|
66
8
|
|
|
67
|
-
ActionView::Template::Error (
|
|
9
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
10
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
11
|
+
|
|
12
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
68
13
|
1: <HomeComponent />
|
|
69
14
|
|
|
70
|
-
app/components/home_component.rb:
|
|
71
|
-
app/
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
Completed 500 Internal Server Error in 65ms
|
|
77
|
-
|
|
78
|
-
ActionView::Template::Error (no implicit conversion of nil into String):
|
|
79
|
-
1: <HomeComponent />
|
|
15
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
16
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
17
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
18
|
+
app/views/home/index.html.ruxt:1
|
|
19
|
+
|
|
20
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
80
21
|
|
|
81
|
-
app/components/home_component.rb:
|
|
82
|
-
app/
|
|
83
|
-
|
|
22
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
23
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
24
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
25
|
+
app/views/home/index.html.ruxt:1
|
|
26
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:03:33 -0700
|
|
84
27
|
Processing by HomeController#index as HTML
|
|
28
|
+
Rendering layout layouts/application.html.erb
|
|
85
29
|
Rendering home/index.html.ruxt within layouts/application
|
|
86
|
-
Rendered home/index.html.ruxt within layouts/application (
|
|
87
|
-
|
|
30
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 12.2ms | GC: 0.0ms)
|
|
31
|
+
Rendered layout layouts/application.html.erb (Duration: 13.7ms | GC: 0.0ms)
|
|
32
|
+
Completed 500 Internal Server Error in 21ms (GC: 0.0ms)
|
|
88
33
|
|
|
89
|
-
ActionView::Template::Error (
|
|
34
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
35
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
36
|
+
|
|
37
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
90
38
|
1: <HomeComponent />
|
|
91
39
|
|
|
92
|
-
app/components/home_component.rb:
|
|
93
|
-
app/
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
Completed 500 Internal Server Error in 66ms
|
|
99
|
-
|
|
100
|
-
ActionView::Template::Error (no implicit conversion of nil into String):
|
|
101
|
-
1: <HomeComponent />
|
|
40
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
41
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
42
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
43
|
+
app/views/home/index.html.ruxt:1
|
|
44
|
+
|
|
45
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
102
46
|
|
|
103
|
-
app/components/home_component.rb:
|
|
104
|
-
app/
|
|
105
|
-
|
|
47
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
48
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
49
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
50
|
+
app/views/home/index.html.ruxt:1
|
|
51
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:03:51 -0700
|
|
106
52
|
Processing by HomeController#index as HTML
|
|
53
|
+
Rendering layout layouts/application.html.erb
|
|
107
54
|
Rendering home/index.html.ruxt within layouts/application
|
|
108
|
-
Rendered home/index.html.ruxt within layouts/application (
|
|
109
|
-
|
|
55
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 32.0ms | GC: 0.0ms)
|
|
56
|
+
Rendered layout layouts/application.html.erb (Duration: 32.9ms | GC: 0.0ms)
|
|
57
|
+
Completed 500 Internal Server Error in 39ms (GC: 0.0ms)
|
|
110
58
|
|
|
111
|
-
ActionView::Template::Error (
|
|
59
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
60
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
61
|
+
|
|
62
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
112
63
|
1: <HomeComponent />
|
|
113
64
|
|
|
114
|
-
app/components/home_component.rb:
|
|
115
|
-
app/
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
Completed 500 Internal Server Error in 65ms
|
|
121
|
-
|
|
122
|
-
ActionView::Template::Error (no implicit conversion of nil into String):
|
|
123
|
-
1: <HomeComponent />
|
|
65
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
66
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
67
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
68
|
+
app/views/home/index.html.ruxt:1
|
|
69
|
+
|
|
70
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
124
71
|
|
|
125
|
-
app/components/home_component.rb:
|
|
126
|
-
app/
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
Rendered home/index.html.ruxt within layouts/application (51.9ms)
|
|
131
|
-
Completed 200 OK in 90063ms
|
|
132
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 09:35:09 -0800
|
|
133
|
-
Processing by HomeController#index as HTML
|
|
134
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
135
|
-
Rendered home/index.html.ruxt within layouts/application (57.2ms)
|
|
136
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 10:16:43 -0800
|
|
137
|
-
Processing by HomeController#index as HTML
|
|
138
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
139
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 10:22:50 -0800
|
|
140
|
-
Processing by HomeController#index as HTML
|
|
141
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
142
|
-
Started GET "/" for 127.0.0.1 at 2022-02-15 10:52:06 -0800
|
|
143
|
-
Processing by HomeController#index as HTML
|
|
144
|
-
Rendering layout layouts/application.html.erb
|
|
145
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
146
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 73.8ms | Allocations: 49092)
|
|
147
|
-
Rendered layout layouts/application.html.erb (Duration: 74.2ms | Allocations: 49322)
|
|
148
|
-
Completed 200 OK in 88ms (Views: 81.1ms | Allocations: 56373)
|
|
149
|
-
Started GET "/" for 127.0.0.1 at 2023-04-25 14:13:28 -0700
|
|
150
|
-
Processing by HomeController#index as HTML
|
|
151
|
-
Rendering layout layouts/application.html.erb
|
|
152
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
153
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 97.3ms | Allocations: 43182)
|
|
154
|
-
Rendered layout layouts/application.html.erb (Duration: 97.8ms | Allocations: 43413)
|
|
155
|
-
Completed 200 OK in 111ms (Views: 104.7ms | Allocations: 48899)
|
|
156
|
-
Started GET "/" for 127.0.0.1 at 2023-04-25 14:22:51 -0700
|
|
157
|
-
Processing by HomeController#index as HTML
|
|
158
|
-
Rendering layout layouts/application.html.erb
|
|
159
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
160
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 77.5ms | Allocations: 43481)
|
|
161
|
-
Rendered layout layouts/application.html.erb (Duration: 78.0ms | Allocations: 43712)
|
|
162
|
-
Completed 200 OK in 89ms (Views: 83.2ms | Allocations: 49251)
|
|
163
|
-
Started GET "/" for 127.0.0.1 at 2023-05-28 13:52:10 -0700
|
|
164
|
-
Processing by HomeController#index as HTML
|
|
165
|
-
Rendering layout layouts/application.html.erb
|
|
166
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
167
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 76.5ms | Allocations: 42477)
|
|
168
|
-
Rendered layout layouts/application.html.erb (Duration: 77.6ms | Allocations: 42711)
|
|
169
|
-
Completed 200 OK in 90ms (Views: 82.8ms | Allocations: 49992)
|
|
170
|
-
Started GET "/" for 127.0.0.1 at 2023-05-28 13:52:23 -0700
|
|
171
|
-
Processing by HomeController#index as HTML
|
|
172
|
-
Rendering layout layouts/application.html.erb
|
|
173
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
174
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 71.3ms | Allocations: 42478)
|
|
175
|
-
Rendered layout layouts/application.html.erb (Duration: 71.8ms | Allocations: 42712)
|
|
176
|
-
Completed 200 OK in 87ms (Views: 78.2ms | Allocations: 49993)
|
|
177
|
-
Started GET "/" for 127.0.0.1 at 2023-05-28 13:54:28 -0700
|
|
178
|
-
Processing by HomeController#index as HTML
|
|
179
|
-
Rendering layout layouts/application.html.erb
|
|
180
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
181
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 61.9ms | Allocations: 42478)
|
|
182
|
-
Rendered layout layouts/application.html.erb (Duration: 62.3ms | Allocations: 42712)
|
|
183
|
-
Completed 200 OK in 73ms (Views: 67.1ms | Allocations: 49993)
|
|
184
|
-
Started GET "/" for 127.0.0.1 at 2023-05-28 13:58:00 -0700
|
|
185
|
-
Processing by HomeController#index as HTML
|
|
186
|
-
Rendering layout layouts/application.html.erb
|
|
187
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
188
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 113.6ms | Allocations: 43896)
|
|
189
|
-
Rendered layout layouts/application.html.erb (Duration: 114.4ms | Allocations: 44131)
|
|
190
|
-
Completed 200 OK in 128ms (Views: 120.0ms | Allocations: 51788)
|
|
191
|
-
Started GET "/" for 127.0.0.1 at 2023-05-28 14:27:01 -0700
|
|
192
|
-
Processing by HomeController#index as HTML
|
|
193
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
194
|
-
Rendered home/index.html.ruxt within layouts/application (95.1ms)
|
|
195
|
-
Completed 200 OK in 106ms (Views: 105.4ms)
|
|
196
|
-
Started GET "/" for 127.0.0.1 at 2023-06-07 20:52:52 -0700
|
|
197
|
-
Processing by HomeController#index as HTML
|
|
198
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
199
|
-
Rendered home/index.html.ruxt within layouts/application (88.7ms)
|
|
200
|
-
Completed 200 OK in 100ms (Views: 98.6ms)
|
|
201
|
-
Started GET "/" for 127.0.0.1 at 2023-06-07 20:52:58 -0700
|
|
202
|
-
Processing by HomeController#index as HTML
|
|
203
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
204
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 75.5ms | Allocations: 45236)
|
|
205
|
-
Completed 200 OK in 88ms (Views: 82.7ms | Allocations: 52067)
|
|
206
|
-
Started GET "/" for 127.0.0.1 at 2023-06-07 20:53:04 -0700
|
|
207
|
-
Processing by HomeController#index as HTML
|
|
208
|
-
Rendering layout layouts/application.html.erb
|
|
209
|
-
Rendering home/index.html.ruxt within layouts/application
|
|
210
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 85.3ms | Allocations: 44654)
|
|
211
|
-
Rendered layout layouts/application.html.erb (Duration: 85.8ms | Allocations: 44800)
|
|
212
|
-
Completed 200 OK in 100ms (Views: 93.6ms | Allocations: 50960)
|
|
213
|
-
Started GET "/" for 127.0.0.1 at 2023-06-07 20:53:10 -0700
|
|
72
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
73
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
74
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
75
|
+
app/views/home/index.html.ruxt:1
|
|
76
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:03:51 -0700
|
|
214
77
|
Processing by HomeController#index as HTML
|
|
215
78
|
Rendering layout layouts/application.html.erb
|
|
216
79
|
Rendering home/index.html.ruxt within layouts/application
|
|
217
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
218
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
219
|
-
Completed
|
|
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)
|
|
80
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 12.2ms | GC: 0.4ms)
|
|
81
|
+
Rendered layout layouts/application.html.erb (Duration: 13.6ms | GC: 0.4ms)
|
|
82
|
+
Completed 500 Internal Server Error in 21ms (GC: 0.6ms)
|
|
584
83
|
|
|
585
|
-
ActionView::Template::Error (
|
|
84
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
85
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
86
|
+
|
|
87
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
586
88
|
1: <HomeComponent />
|
|
587
89
|
|
|
90
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
91
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
92
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
588
93
|
app/views/home/index.html.ruxt:1
|
|
589
|
-
|
|
590
|
-
|
|
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 />
|
|
94
|
+
|
|
95
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
600
96
|
|
|
97
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
98
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
99
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
601
100
|
app/views/home/index.html.ruxt:1
|
|
602
|
-
Started GET "/" for 127.0.0.1 at
|
|
101
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:01 -0700
|
|
603
102
|
Processing by HomeController#index as HTML
|
|
604
103
|
Rendering layout layouts/application.html.erb
|
|
605
104
|
Rendering home/index.html.ruxt within layouts/application
|
|
606
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
607
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
608
|
-
Completed 500 Internal Server Error in
|
|
105
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 34.7ms | GC: 0.0ms)
|
|
106
|
+
Rendered layout layouts/application.html.erb (Duration: 35.6ms | GC: 0.0ms)
|
|
107
|
+
Completed 500 Internal Server Error in 43ms (GC: 0.0ms)
|
|
609
108
|
|
|
610
|
-
ActionView::Template::Error (
|
|
109
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
110
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
111
|
+
|
|
112
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
611
113
|
1: <HomeComponent />
|
|
612
114
|
|
|
613
|
-
app/components/home_component.rb:
|
|
115
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
116
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
117
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
614
118
|
app/views/home/index.html.ruxt:1
|
|
615
|
-
|
|
616
|
-
|
|
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 />
|
|
119
|
+
|
|
120
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
625
121
|
|
|
626
|
-
app/components/home_component.rb:
|
|
122
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
123
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
124
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
627
125
|
app/views/home/index.html.ruxt:1
|
|
628
|
-
Started GET "/" for 127.0.0.1 at
|
|
126
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:01 -0700
|
|
629
127
|
Processing by HomeController#index as HTML
|
|
630
128
|
Rendering layout layouts/application.html.erb
|
|
631
129
|
Rendering home/index.html.ruxt within layouts/application
|
|
632
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
633
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
634
|
-
Completed 500 Internal Server Error in
|
|
130
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 14.1ms | GC: 0.5ms)
|
|
131
|
+
Rendered layout layouts/application.html.erb (Duration: 15.5ms | GC: 0.5ms)
|
|
132
|
+
Completed 500 Internal Server Error in 24ms (GC: 0.8ms)
|
|
635
133
|
|
|
636
|
-
ActionView::Template::Error (
|
|
134
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
135
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
136
|
+
|
|
137
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
637
138
|
1: <HomeComponent />
|
|
638
139
|
|
|
639
|
-
app/components/home_component.rb:
|
|
140
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
141
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
142
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
640
143
|
app/views/home/index.html.ruxt:1
|
|
641
|
-
|
|
642
|
-
|
|
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 />
|
|
144
|
+
|
|
145
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
651
146
|
|
|
652
|
-
app/components/home_component.rb:
|
|
147
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
148
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
149
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
653
150
|
app/views/home/index.html.ruxt:1
|
|
654
|
-
Started GET "/" for 127.0.0.1 at
|
|
151
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:18 -0700
|
|
655
152
|
Processing by HomeController#index as HTML
|
|
656
153
|
Rendering layout layouts/application.html.erb
|
|
657
154
|
Rendering home/index.html.ruxt within layouts/application
|
|
658
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
659
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
660
|
-
Completed 500 Internal Server Error in
|
|
155
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 39.3ms | GC: 0.0ms)
|
|
156
|
+
Rendered layout layouts/application.html.erb (Duration: 40.4ms | GC: 0.0ms)
|
|
157
|
+
Completed 500 Internal Server Error in 49ms (GC: 0.0ms)
|
|
661
158
|
|
|
662
|
-
ActionView::Template::Error (
|
|
159
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
160
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
161
|
+
|
|
162
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
663
163
|
1: <HomeComponent />
|
|
664
164
|
|
|
665
|
-
app/components/home_component.rb:
|
|
165
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
166
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
167
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
666
168
|
app/views/home/index.html.ruxt:1
|
|
667
|
-
|
|
668
|
-
|
|
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 />
|
|
169
|
+
|
|
170
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
677
171
|
|
|
678
|
-
app/components/home_component.rb:
|
|
172
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
173
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
174
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
679
175
|
app/views/home/index.html.ruxt:1
|
|
680
|
-
Started GET "/" for 127.0.0.1 at
|
|
176
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:19 -0700
|
|
681
177
|
Processing by HomeController#index as HTML
|
|
682
178
|
Rendering layout layouts/application.html.erb
|
|
683
179
|
Rendering home/index.html.ruxt within layouts/application
|
|
684
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
685
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
686
|
-
Completed 500 Internal Server Error in
|
|
180
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 13.3ms | GC: 0.0ms)
|
|
181
|
+
Rendered layout layouts/application.html.erb (Duration: 14.9ms | GC: 0.0ms)
|
|
182
|
+
Completed 500 Internal Server Error in 23ms (GC: 0.0ms)
|
|
687
183
|
|
|
688
|
-
ActionView::Template::Error (
|
|
184
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
185
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
186
|
+
|
|
187
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
689
188
|
1: <HomeComponent />
|
|
690
189
|
|
|
691
|
-
app/components/home_component.rb:
|
|
190
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
191
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
192
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
692
193
|
app/views/home/index.html.ruxt:1
|
|
693
|
-
|
|
694
|
-
|
|
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 />
|
|
194
|
+
|
|
195
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
703
196
|
|
|
704
|
-
app/components/home_component.rb:
|
|
197
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
198
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
199
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
705
200
|
app/views/home/index.html.ruxt:1
|
|
706
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
201
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:07:22 -0700
|
|
711
202
|
Processing by HomeController#index as HTML
|
|
712
203
|
Rendering layout layouts/application.html.erb
|
|
713
204
|
Rendering home/index.html.ruxt within layouts/application
|
|
714
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
715
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
716
|
-
Completed 500 Internal Server Error in
|
|
205
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 33.5ms | GC: 0.0ms)
|
|
206
|
+
Rendered layout layouts/application.html.erb (Duration: 34.4ms | GC: 0.0ms)
|
|
207
|
+
Completed 500 Internal Server Error in 42ms (GC: 0.0ms)
|
|
717
208
|
|
|
718
|
-
ActionView::Template::Error (
|
|
209
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
210
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
211
|
+
|
|
212
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
719
213
|
1: <HomeComponent />
|
|
720
214
|
|
|
721
|
-
app/components/home_component.rb:
|
|
215
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
216
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
217
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
722
218
|
app/views/home/index.html.ruxt:1
|
|
723
|
-
|
|
724
|
-
|
|
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 />
|
|
219
|
+
|
|
220
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
733
221
|
|
|
734
|
-
app/components/home_component.rb:
|
|
222
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
223
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
224
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
735
225
|
app/views/home/index.html.ruxt:1
|
|
736
|
-
Started GET "/" for 127.0.0.1 at
|
|
226
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:07:22 -0700
|
|
737
227
|
Processing by HomeController#index as HTML
|
|
738
228
|
Rendering layout layouts/application.html.erb
|
|
739
229
|
Rendering home/index.html.ruxt within layouts/application
|
|
740
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
741
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
742
|
-
Completed 500 Internal Server Error in
|
|
230
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 13.2ms | GC: 0.5ms)
|
|
231
|
+
Rendered layout layouts/application.html.erb (Duration: 14.8ms | GC: 0.5ms)
|
|
232
|
+
Completed 500 Internal Server Error in 23ms (GC: 0.9ms)
|
|
743
233
|
|
|
744
|
-
ActionView::Template::Error (
|
|
234
|
+
ActionView::Template::Error (uninitialized constant HomeComponent::Image)
|
|
235
|
+
Caused by: NameError (uninitialized constant HomeComponent::Image)
|
|
236
|
+
|
|
237
|
+
Information for: ActionView::Template::Error (uninitialized constant HomeComponent::Image):
|
|
745
238
|
1: <HomeComponent />
|
|
746
239
|
|
|
747
|
-
app/components/home_component.rb:
|
|
240
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
241
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
242
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
243
|
+
app/views/home/index.html.ruxt:1
|
|
244
|
+
|
|
245
|
+
Information for cause: NameError (uninitialized constant HomeComponent::Image):
|
|
246
|
+
|
|
247
|
+
app/components/home_component.rb:5:in 'block (2 levels) in HomeComponent#call'
|
|
248
|
+
app/components/home_component.rb:4:in 'block in HomeComponent#call'
|
|
249
|
+
app/components/home_component.rb:3:in 'HomeComponent#call'
|
|
748
250
|
app/views/home/index.html.ruxt:1
|
|
749
|
-
Started GET "/" for 127.0.0.1 at
|
|
251
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:08:10 -0700
|
|
750
252
|
Processing by HomeController#index as HTML
|
|
751
253
|
Rendering layout layouts/application.html.erb
|
|
752
254
|
Rendering home/index.html.ruxt within layouts/application
|
|
753
|
-
|
|
255
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 66.0ms | GC: 0.0ms)
|
|
256
|
+
Rendered layout layouts/application.html.erb (Duration: 67.0ms | GC: 0.0ms)
|
|
257
|
+
Completed 200 OK in 75ms (Views: 68.8ms | GC: 0.0ms)
|
|
258
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:08:10 -0700
|
|
754
259
|
Processing by HomeController#index as HTML
|
|
755
260
|
Rendering layout layouts/application.html.erb
|
|
756
261
|
Rendering home/index.html.ruxt within layouts/application
|
|
757
|
-
|
|
262
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.0ms | GC: 1.2ms)
|
|
263
|
+
Rendered layout layouts/application.html.erb (Duration: 39.4ms | GC: 1.2ms)
|
|
264
|
+
Completed 200 OK in 48ms (Views: 40.9ms | GC: 1.2ms)
|
|
265
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:08:10 -0700
|
|
758
266
|
Processing by HomeController#index as HTML
|
|
759
267
|
Rendering layout layouts/application.html.erb
|
|
760
268
|
Rendering home/index.html.ruxt within layouts/application
|
|
761
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
762
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
763
|
-
Completed
|
|
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
|
|
269
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 28.9ms | GC: 0.9ms)
|
|
270
|
+
Rendered layout layouts/application.html.erb (Duration: 29.1ms | GC: 0.9ms)
|
|
271
|
+
Completed 200 OK in 31ms (Views: 30.2ms | GC: 0.9ms)
|
|
272
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:09:02 -0700
|
|
771
273
|
Processing by HomeController#index as HTML
|
|
772
274
|
Rendering layout layouts/application.html.erb
|
|
773
275
|
Rendering home/index.html.ruxt within layouts/application
|
|
774
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
775
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
776
|
-
Completed 200 OK in
|
|
777
|
-
Started GET "/" for 127.0.0.1 at
|
|
276
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 40.0ms | GC: 2.4ms)
|
|
277
|
+
Rendered layout layouts/application.html.erb (Duration: 41.0ms | GC: 2.4ms)
|
|
278
|
+
Completed 200 OK in 47ms (Views: 42.4ms | GC: 2.4ms)
|
|
279
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:09:03 -0700
|
|
778
280
|
Processing by HomeController#index as HTML
|
|
779
281
|
Rendering layout layouts/application.html.erb
|
|
780
282
|
Rendering home/index.html.ruxt within layouts/application
|
|
781
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
782
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
783
|
-
Completed 200 OK in
|
|
784
|
-
Started GET "/" for 127.0.0.1 at
|
|
283
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 26.8ms | GC: 0.0ms)
|
|
284
|
+
Rendered layout layouts/application.html.erb (Duration: 28.7ms | GC: 0.0ms)
|
|
285
|
+
Completed 200 OK in 32ms (Views: 29.9ms | GC: 0.0ms)
|
|
286
|
+
Started GET "/" for 127.0.0.1 at 2025-10-16 15:09:03 -0700
|
|
785
287
|
Processing by HomeController#index as HTML
|
|
786
288
|
Rendering layout layouts/application.html.erb
|
|
787
289
|
Rendering home/index.html.ruxt within layouts/application
|
|
788
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
789
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
790
|
-
Completed 200 OK in
|
|
791
|
-
Started GET "/" for 127.0.0.1 at
|
|
290
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 31.0ms | GC: 3.0ms)
|
|
291
|
+
Rendered layout layouts/application.html.erb (Duration: 31.3ms | GC: 3.0ms)
|
|
292
|
+
Completed 200 OK in 32ms (Views: 32.0ms | GC: 3.0ms)
|
|
293
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:04 +0000
|
|
792
294
|
Processing by HomeController#index as HTML
|
|
793
295
|
Rendering layout layouts/application.html.erb
|
|
794
296
|
Rendering home/index.html.ruxt within layouts/application
|
|
795
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
796
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
797
|
-
Completed 200 OK in
|
|
798
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
297
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.7ms | Allocations: 18550)
|
|
298
|
+
Rendered layout layouts/application.html.erb (Duration: 23.2ms | Allocations: 18754)
|
|
299
|
+
Completed 200 OK in 35ms (Views: 25.0ms | Allocations: 25559)
|
|
300
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:05 +0000
|
|
804
301
|
Processing by HomeController#index as HTML
|
|
805
302
|
Rendering layout layouts/application.html.erb
|
|
806
303
|
Rendering home/index.html.ruxt within layouts/application
|
|
807
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
808
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
809
|
-
Completed 200 OK in
|
|
810
|
-
Started GET "/" for 127.0.0.1 at
|
|
304
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 34.5ms | Allocations: 15792)
|
|
305
|
+
Rendered layout layouts/application.html.erb (Duration: 35.3ms | Allocations: 15940)
|
|
306
|
+
Completed 200 OK in 43ms (Views: 39.0ms | Allocations: 16696)
|
|
307
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:05 +0000
|
|
811
308
|
Processing by HomeController#index as HTML
|
|
812
309
|
Rendering layout layouts/application.html.erb
|
|
813
310
|
Rendering home/index.html.ruxt within layouts/application
|
|
814
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
815
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
816
|
-
Completed 200 OK in
|
|
817
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
311
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.6ms | Allocations: 15850)
|
|
312
|
+
Rendered layout layouts/application.html.erb (Duration: 20.1ms | Allocations: 15998)
|
|
313
|
+
Completed 200 OK in 21ms (Views: 20.9ms | Allocations: 16751)
|
|
314
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:12 +0000
|
|
823
315
|
Processing by HomeController#index as HTML
|
|
824
316
|
Rendering layout layouts/application.html.erb
|
|
825
317
|
Rendering home/index.html.ruxt within layouts/application
|
|
826
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
827
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
828
|
-
Completed 200 OK in
|
|
829
|
-
Started GET "/" for 127.0.0.1 at
|
|
318
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 49.7ms | GC: 0.3ms)
|
|
319
|
+
Rendered layout layouts/application.html.erb (Duration: 50.9ms | GC: 0.3ms)
|
|
320
|
+
Completed 200 OK in 64ms (Views: 53.3ms | GC: 0.5ms)
|
|
321
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:12 +0000
|
|
830
322
|
Processing by HomeController#index as HTML
|
|
831
323
|
Rendering layout layouts/application.html.erb
|
|
832
324
|
Rendering home/index.html.ruxt within layouts/application
|
|
833
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
834
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
835
|
-
Completed 200 OK in
|
|
836
|
-
Started GET "/" for 127.0.0.1 at
|
|
325
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 43.1ms | GC: 4.2ms)
|
|
326
|
+
Rendered layout layouts/application.html.erb (Duration: 45.3ms | GC: 4.2ms)
|
|
327
|
+
Completed 200 OK in 49ms (Views: 47.2ms | GC: 4.2ms)
|
|
328
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:12 +0000
|
|
837
329
|
Processing by HomeController#index as HTML
|
|
838
330
|
Rendering layout layouts/application.html.erb
|
|
839
331
|
Rendering home/index.html.ruxt within layouts/application
|
|
840
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
841
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
842
|
-
Completed 200 OK in
|
|
843
|
-
Started GET "/" for 127.0.0.1 at
|
|
332
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 31.9ms | GC: 0.0ms)
|
|
333
|
+
Rendered layout layouts/application.html.erb (Duration: 32.3ms | GC: 0.0ms)
|
|
334
|
+
Completed 200 OK in 34ms (Views: 33.7ms | GC: 0.0ms)
|
|
335
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:19 +0000
|
|
844
336
|
Processing by HomeController#index as HTML
|
|
845
337
|
Rendering layout layouts/application.html.erb
|
|
846
338
|
Rendering home/index.html.ruxt within layouts/application
|
|
847
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
848
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
849
|
-
Completed 200 OK in
|
|
850
|
-
Started GET "/" for 127.0.0.1 at
|
|
339
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 77.7ms | GC: 8.5ms)
|
|
340
|
+
Rendered layout layouts/application.html.erb (Duration: 78.9ms | GC: 8.5ms)
|
|
341
|
+
Completed 200 OK in 95ms (Views: 81.3ms | GC: 8.5ms)
|
|
342
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:19 +0000
|
|
851
343
|
Processing by HomeController#index as HTML
|
|
852
344
|
Rendering layout layouts/application.html.erb
|
|
853
345
|
Rendering home/index.html.ruxt within layouts/application
|
|
854
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
855
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
856
|
-
Completed 200 OK in
|
|
857
|
-
Started GET "/" for 127.0.0.1 at
|
|
346
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 46.7ms | GC: 8.2ms)
|
|
347
|
+
Rendered layout layouts/application.html.erb (Duration: 49.0ms | GC: 8.2ms)
|
|
348
|
+
Completed 200 OK in 57ms (Views: 51.0ms | GC: 8.2ms)
|
|
349
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:19 +0000
|
|
858
350
|
Processing by HomeController#index as HTML
|
|
859
351
|
Rendering layout layouts/application.html.erb
|
|
860
352
|
Rendering home/index.html.ruxt within layouts/application
|
|
861
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
862
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
863
|
-
Completed 200 OK in
|
|
864
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
353
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 43.3ms | GC: 12.0ms)
|
|
354
|
+
Rendered layout layouts/application.html.erb (Duration: 43.8ms | GC: 12.0ms)
|
|
355
|
+
Completed 200 OK in 47ms (Views: 45.8ms | GC: 12.3ms)
|
|
356
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:27 +0000
|
|
890
357
|
Processing by HomeController#index as HTML
|
|
891
358
|
Rendering layout layouts/application.html.erb
|
|
892
359
|
Rendering home/index.html.ruxt within layouts/application
|
|
893
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
894
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
895
|
-
Completed 200 OK in
|
|
896
|
-
Started GET "/" for 127.0.0.1 at
|
|
360
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 36.7ms | GC: 4.6ms)
|
|
361
|
+
Rendered layout layouts/application.html.erb (Duration: 37.3ms | GC: 4.6ms)
|
|
362
|
+
Completed 200 OK in 53ms (Views: 39.5ms | GC: 4.9ms)
|
|
363
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:27 +0000
|
|
897
364
|
Processing by HomeController#index as HTML
|
|
898
365
|
Rendering layout layouts/application.html.erb
|
|
899
366
|
Rendering home/index.html.ruxt within layouts/application
|
|
900
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
901
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
902
|
-
Completed 200 OK in
|
|
903
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
367
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 45.2ms | GC: 18.3ms)
|
|
368
|
+
Rendered layout layouts/application.html.erb (Duration: 45.7ms | GC: 18.3ms)
|
|
369
|
+
Completed 200 OK in 48ms (Views: 47.1ms | GC: 18.9ms)
|
|
370
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:34:27 +0000
|
|
909
371
|
Processing by HomeController#index as HTML
|
|
910
372
|
Rendering layout layouts/application.html.erb
|
|
911
373
|
Rendering home/index.html.ruxt within layouts/application
|
|
912
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
913
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
914
|
-
Completed 200 OK in
|
|
915
|
-
Started GET "/" for 127.0.0.1 at
|
|
374
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.5ms | GC: 1.1ms)
|
|
375
|
+
Rendered layout layouts/application.html.erb (Duration: 18.8ms | GC: 1.1ms)
|
|
376
|
+
Completed 200 OK in 20ms (Views: 19.6ms | GC: 1.5ms)
|
|
377
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:28 +0000
|
|
916
378
|
Processing by HomeController#index as HTML
|
|
917
379
|
Rendering layout layouts/application.html.erb
|
|
918
380
|
Rendering home/index.html.ruxt within layouts/application
|
|
919
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
920
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
921
|
-
Completed 200 OK in
|
|
922
|
-
Started GET "/" for 127.0.0.1 at
|
|
381
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 24.4ms | Allocations: 18550)
|
|
382
|
+
Rendered layout layouts/application.html.erb (Duration: 24.9ms | Allocations: 18754)
|
|
383
|
+
Completed 200 OK in 35ms (Views: 26.8ms | Allocations: 25559)
|
|
384
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:28 +0000
|
|
923
385
|
Processing by HomeController#index as HTML
|
|
924
386
|
Rendering layout layouts/application.html.erb
|
|
925
387
|
Rendering home/index.html.ruxt within layouts/application
|
|
926
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
927
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
928
|
-
Completed 200 OK in
|
|
929
|
-
Started GET "/" for 127.0.0.1 at
|
|
388
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.4ms | Allocations: 15792)
|
|
389
|
+
Rendered layout layouts/application.html.erb (Duration: 18.7ms | Allocations: 15940)
|
|
390
|
+
Completed 200 OK in 20ms (Views: 19.8ms | Allocations: 16696)
|
|
391
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:28 +0000
|
|
930
392
|
Processing by HomeController#index as HTML
|
|
931
393
|
Rendering layout layouts/application.html.erb
|
|
932
394
|
Rendering home/index.html.ruxt within layouts/application
|
|
933
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
934
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
935
|
-
Completed 200 OK in
|
|
936
|
-
Started GET "/" for 127.0.0.1 at
|
|
395
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 17.7ms | Allocations: 15850)
|
|
396
|
+
Rendered layout layouts/application.html.erb (Duration: 18.0ms | Allocations: 15998)
|
|
397
|
+
Completed 200 OK in 19ms (Views: 18.8ms | Allocations: 16751)
|
|
398
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:36 +0000
|
|
937
399
|
Processing by HomeController#index as HTML
|
|
938
400
|
Rendering layout layouts/application.html.erb
|
|
939
401
|
Rendering home/index.html.ruxt within layouts/application
|
|
940
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
941
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
942
|
-
Completed 200 OK in
|
|
943
|
-
Started GET "/" for 127.0.0.1 at
|
|
402
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 73.3ms | GC: 0.6ms)
|
|
403
|
+
Rendered layout layouts/application.html.erb (Duration: 74.5ms | GC: 0.6ms)
|
|
404
|
+
Completed 200 OK in 95ms (Views: 77.5ms | GC: 5.2ms)
|
|
405
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:36 +0000
|
|
944
406
|
Processing by HomeController#index as HTML
|
|
945
407
|
Rendering layout layouts/application.html.erb
|
|
946
408
|
Rendering home/index.html.ruxt within layouts/application
|
|
947
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
948
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
949
|
-
Completed 200 OK in
|
|
950
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
409
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 36.3ms | GC: 0.0ms)
|
|
410
|
+
Rendered layout layouts/application.html.erb (Duration: 38.6ms | GC: 0.0ms)
|
|
411
|
+
Completed 200 OK in 43ms (Views: 40.7ms | GC: 0.0ms)
|
|
412
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:36 +0000
|
|
961
413
|
Processing by HomeController#index as HTML
|
|
962
414
|
Rendering layout layouts/application.html.erb
|
|
963
415
|
Rendering home/index.html.ruxt within layouts/application
|
|
964
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
965
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
966
|
-
Completed 200 OK in
|
|
967
|
-
Started GET "/" for 127.0.0.1 at
|
|
416
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.0ms | GC: 0.4ms)
|
|
417
|
+
Rendered layout layouts/application.html.erb (Duration: 37.6ms | GC: 0.4ms)
|
|
418
|
+
Completed 200 OK in 40ms (Views: 39.1ms | GC: 0.6ms)
|
|
419
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:43 +0000
|
|
968
420
|
Processing by HomeController#index as HTML
|
|
969
421
|
Rendering layout layouts/application.html.erb
|
|
970
422
|
Rendering home/index.html.ruxt within layouts/application
|
|
971
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
972
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
973
|
-
Completed 200 OK in
|
|
974
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
423
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 93.5ms | GC: 11.7ms)
|
|
424
|
+
Rendered layout layouts/application.html.erb (Duration: 94.9ms | GC: 11.7ms)
|
|
425
|
+
Completed 200 OK in 111ms (Views: 97.4ms | GC: 11.7ms)
|
|
426
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:44 +0000
|
|
980
427
|
Processing by HomeController#index as HTML
|
|
981
428
|
Rendering layout layouts/application.html.erb
|
|
982
429
|
Rendering home/index.html.ruxt within layouts/application
|
|
983
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
984
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
985
|
-
Completed 200 OK in
|
|
986
|
-
Started GET "/" for 127.0.0.1 at
|
|
430
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 52.8ms | GC: 9.2ms)
|
|
431
|
+
Rendered layout layouts/application.html.erb (Duration: 55.2ms | GC: 9.2ms)
|
|
432
|
+
Completed 200 OK in 74ms (Views: 58.1ms | GC: 9.3ms)
|
|
433
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:44 +0000
|
|
987
434
|
Processing by HomeController#index as HTML
|
|
988
435
|
Rendering layout layouts/application.html.erb
|
|
989
436
|
Rendering home/index.html.ruxt within layouts/application
|
|
990
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
991
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
992
|
-
Completed 200 OK in
|
|
993
|
-
Started GET "/" for 127.0.0.1 at
|
|
437
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 47.7ms | GC: 14.0ms)
|
|
438
|
+
Rendered layout layouts/application.html.erb (Duration: 48.2ms | GC: 14.0ms)
|
|
439
|
+
Completed 200 OK in 51ms (Views: 50.3ms | GC: 14.6ms)
|
|
440
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:51 +0000
|
|
994
441
|
Processing by HomeController#index as HTML
|
|
995
442
|
Rendering layout layouts/application.html.erb
|
|
996
443
|
Rendering home/index.html.ruxt within layouts/application
|
|
997
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
998
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
999
|
-
Completed 200 OK in
|
|
1000
|
-
Started GET "/" for 127.0.0.1 at
|
|
444
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 30.3ms | GC: 3.1ms)
|
|
445
|
+
Rendered layout layouts/application.html.erb (Duration: 30.9ms | GC: 3.1ms)
|
|
446
|
+
Completed 200 OK in 47ms (Views: 33.1ms | GC: 3.4ms)
|
|
447
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:51 +0000
|
|
1001
448
|
Processing by HomeController#index as HTML
|
|
1002
449
|
Rendering layout layouts/application.html.erb
|
|
1003
450
|
Rendering home/index.html.ruxt within layouts/application
|
|
1004
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1005
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1006
|
-
Completed 200 OK in
|
|
1007
|
-
Started GET "/" for 127.0.0.1 at
|
|
451
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 35.0ms | GC: 13.5ms)
|
|
452
|
+
Rendered layout layouts/application.html.erb (Duration: 35.5ms | GC: 13.5ms)
|
|
453
|
+
Completed 200 OK in 38ms (Views: 36.9ms | GC: 14.1ms)
|
|
454
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:35:51 +0000
|
|
1008
455
|
Processing by HomeController#index as HTML
|
|
1009
456
|
Rendering layout layouts/application.html.erb
|
|
1010
457
|
Rendering home/index.html.ruxt within layouts/application
|
|
1011
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1012
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1013
|
-
Completed 200 OK in
|
|
1014
|
-
Started GET "/" for 127.0.0.1 at
|
|
458
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.7ms | GC: 0.9ms)
|
|
459
|
+
Rendered layout layouts/application.html.erb (Duration: 20.1ms | GC: 0.9ms)
|
|
460
|
+
Completed 200 OK in 22ms (Views: 20.9ms | GC: 1.2ms)
|
|
461
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:16 +0000
|
|
1015
462
|
Processing by HomeController#index as HTML
|
|
1016
463
|
Rendering layout layouts/application.html.erb
|
|
1017
464
|
Rendering home/index.html.ruxt within layouts/application
|
|
1018
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1019
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1020
|
-
Completed 200 OK in
|
|
1021
|
-
Started GET "/" for 127.0.0.1 at
|
|
465
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 21.5ms | Allocations: 18550)
|
|
466
|
+
Rendered layout layouts/application.html.erb (Duration: 21.9ms | Allocations: 18754)
|
|
467
|
+
Completed 200 OK in 31ms (Views: 23.5ms | Allocations: 25559)
|
|
468
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:16 +0000
|
|
1022
469
|
Processing by HomeController#index as HTML
|
|
1023
470
|
Rendering layout layouts/application.html.erb
|
|
1024
471
|
Rendering home/index.html.ruxt within layouts/application
|
|
1025
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1026
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1027
|
-
Completed
|
|
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
|
|
472
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.4ms | Allocations: 15792)
|
|
473
|
+
Rendered layout layouts/application.html.erb (Duration: 18.7ms | Allocations: 15940)
|
|
474
|
+
Completed 200 OK in 20ms (Views: 19.7ms | Allocations: 16693)
|
|
475
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:16 +0000
|
|
1038
476
|
Processing by HomeController#index as HTML
|
|
1039
477
|
Rendering layout layouts/application.html.erb
|
|
1040
478
|
Rendering home/index.html.ruxt within layouts/application
|
|
1041
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1042
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1043
|
-
Completed 200 OK in
|
|
1044
|
-
Started GET "/" for 127.0.0.1 at
|
|
479
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.7ms | Allocations: 15850)
|
|
480
|
+
Rendered layout layouts/application.html.erb (Duration: 19.1ms | Allocations: 15998)
|
|
481
|
+
Completed 200 OK in 21ms (Views: 20.2ms | Allocations: 16751)
|
|
482
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:23 +0000
|
|
1045
483
|
Processing by HomeController#index as HTML
|
|
1046
484
|
Rendering layout layouts/application.html.erb
|
|
1047
485
|
Rendering home/index.html.ruxt within layouts/application
|
|
1048
|
-
|
|
486
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 45.2ms | GC: 0.2ms)
|
|
487
|
+
Rendered layout layouts/application.html.erb (Duration: 46.3ms | GC: 0.2ms)
|
|
488
|
+
Completed 200 OK in 58ms (Views: 48.6ms | GC: 0.4ms)
|
|
489
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:23 +0000
|
|
1049
490
|
Processing by HomeController#index as HTML
|
|
1050
491
|
Rendering layout layouts/application.html.erb
|
|
1051
492
|
Rendering home/index.html.ruxt within layouts/application
|
|
1052
|
-
|
|
493
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 33.0ms | GC: 3.7ms)
|
|
494
|
+
Rendered layout layouts/application.html.erb (Duration: 34.9ms | GC: 3.7ms)
|
|
495
|
+
Completed 200 OK in 39ms (Views: 36.6ms | GC: 3.7ms)
|
|
496
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:23 +0000
|
|
1053
497
|
Processing by HomeController#index as HTML
|
|
1054
498
|
Rendering layout layouts/application.html.erb
|
|
1055
499
|
Rendering home/index.html.ruxt within layouts/application
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
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
|
|
500
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 29.9ms | GC: 0.0ms)
|
|
501
|
+
Rendered layout layouts/application.html.erb (Duration: 30.3ms | GC: 0.0ms)
|
|
502
|
+
Completed 200 OK in 32ms (Views: 31.6ms | GC: 0.1ms)
|
|
503
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:30 +0000
|
|
1079
504
|
Processing by HomeController#index as HTML
|
|
1080
505
|
Rendering layout layouts/application.html.erb
|
|
1081
506
|
Rendering home/index.html.ruxt within layouts/application
|
|
1082
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1083
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1084
|
-
Completed
|
|
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
|
|
507
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 78.1ms | GC: 7.5ms)
|
|
508
|
+
Rendered layout layouts/application.html.erb (Duration: 79.4ms | GC: 7.5ms)
|
|
509
|
+
Completed 200 OK in 96ms (Views: 82.1ms | GC: 7.9ms)
|
|
510
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:30 +0000
|
|
1093
511
|
Processing by HomeController#index as HTML
|
|
1094
512
|
Rendering layout layouts/application.html.erb
|
|
1095
513
|
Rendering home/index.html.ruxt within layouts/application
|
|
1096
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1097
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1098
|
-
Completed
|
|
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
|
|
514
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.8ms | GC: 1.5ms)
|
|
515
|
+
Rendered layout layouts/application.html.erb (Duration: 39.9ms | GC: 1.5ms)
|
|
516
|
+
Completed 200 OK in 48ms (Views: 41.9ms | GC: 1.5ms)
|
|
517
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:30 +0000
|
|
1124
518
|
Processing by HomeController#index as HTML
|
|
1125
519
|
Rendering layout layouts/application.html.erb
|
|
1126
520
|
Rendering home/index.html.ruxt within layouts/application
|
|
1127
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1128
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1129
|
-
Completed
|
|
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
|
|
521
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 43.0ms | GC: 10.9ms)
|
|
522
|
+
Rendered layout layouts/application.html.erb (Duration: 43.5ms | GC: 10.9ms)
|
|
523
|
+
Completed 200 OK in 46ms (Views: 45.1ms | GC: 11.1ms)
|
|
524
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:37 +0000
|
|
1138
525
|
Processing by HomeController#index as HTML
|
|
1139
526
|
Rendering layout layouts/application.html.erb
|
|
1140
527
|
Rendering home/index.html.ruxt within layouts/application
|
|
1141
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1142
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1143
|
-
Completed
|
|
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
|
|
528
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 28.3ms | GC: 3.2ms)
|
|
529
|
+
Rendered layout layouts/application.html.erb (Duration: 28.7ms | GC: 3.2ms)
|
|
530
|
+
Completed 200 OK in 44ms (Views: 30.9ms | GC: 3.4ms)
|
|
531
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:37 +0000
|
|
1152
532
|
Processing by HomeController#index as HTML
|
|
533
|
+
Rendering layout layouts/application.html.erb
|
|
1153
534
|
Rendering home/index.html.ruxt within layouts/application
|
|
1154
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
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
|
|
535
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 35.2ms | GC: 14.1ms)
|
|
536
|
+
Rendered layout layouts/application.html.erb (Duration: 35.7ms | GC: 14.1ms)
|
|
537
|
+
Completed 200 OK in 38ms (Views: 37.2ms | GC: 14.4ms)
|
|
538
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:36:37 +0000
|
|
1164
539
|
Processing by HomeController#index as HTML
|
|
1165
540
|
Rendering layout layouts/application.html.erb
|
|
1166
541
|
Rendering home/index.html.ruxt within layouts/application
|
|
1167
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1168
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1169
|
-
Completed
|
|
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
|
|
542
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.9ms | GC: 1.0ms)
|
|
543
|
+
Rendered layout layouts/application.html.erb (Duration: 19.3ms | GC: 1.0ms)
|
|
544
|
+
Completed 200 OK in 21ms (Views: 20.3ms | GC: 1.0ms)
|
|
545
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 12:40:21 -0700
|
|
1178
546
|
Processing by HomeController#index as HTML
|
|
1179
547
|
Rendering layout layouts/application.html.erb
|
|
1180
548
|
Rendering home/index.html.ruxt within layouts/application
|
|
1181
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1182
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1183
|
-
Completed
|
|
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
|
|
549
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 17.9ms | Allocations: 19117)
|
|
550
|
+
Rendered layout layouts/application.html.erb (Duration: 18.1ms | Allocations: 19286)
|
|
551
|
+
Completed 200 OK in 24ms (Views: 19.2ms | Allocations: 27373)
|
|
552
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 12:40:21 -0700
|
|
1192
553
|
Processing by HomeController#index as HTML
|
|
1193
554
|
Rendering layout layouts/application.html.erb
|
|
1194
555
|
Rendering home/index.html.ruxt within layouts/application
|
|
1195
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1196
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1197
|
-
Completed
|
|
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
|
|
556
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 14.0ms | Allocations: 15564)
|
|
557
|
+
Rendered layout layouts/application.html.erb (Duration: 14.1ms | Allocations: 15616)
|
|
558
|
+
Completed 200 OK in 14ms (Views: 14.4ms | Allocations: 16015)
|
|
559
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 12:40:21 -0700
|
|
1209
560
|
Processing by HomeController#index as HTML
|
|
1210
561
|
Rendering layout layouts/application.html.erb
|
|
1211
562
|
Rendering home/index.html.ruxt within layouts/application
|
|
1212
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1213
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1214
|
-
Completed
|
|
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
|
|
563
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.2ms | Allocations: 15627)
|
|
564
|
+
Rendered layout layouts/application.html.erb (Duration: 18.3ms | Allocations: 15679)
|
|
565
|
+
Completed 200 OK in 19ms (Views: 18.5ms | Allocations: 16077)
|
|
566
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:33 +0000
|
|
1226
567
|
Processing by HomeController#index as HTML
|
|
1227
568
|
Rendering layout layouts/application.html.erb
|
|
1228
569
|
Rendering home/index.html.ruxt within layouts/application
|
|
1229
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1230
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1231
|
-
Completed
|
|
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
|
|
570
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 21.9ms | Allocations: 20039)
|
|
571
|
+
Rendered layout layouts/application.html.erb (Duration: 22.8ms | Allocations: 20238)
|
|
572
|
+
Completed 200 OK in 32ms (Views: 24.7ms | Allocations: 27534)
|
|
573
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:33 +0000
|
|
1238
574
|
Processing by HomeController#index as HTML
|
|
1239
575
|
Rendering layout layouts/application.html.erb
|
|
1240
576
|
Rendering home/index.html.ruxt within layouts/application
|
|
1241
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1242
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1243
|
-
Completed
|
|
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
|
|
577
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.6ms | Allocations: 16818)
|
|
578
|
+
Rendered layout layouts/application.html.erb (Duration: 18.8ms | Allocations: 16884)
|
|
579
|
+
Completed 200 OK in 19ms (Views: 19.1ms | Allocations: 17377)
|
|
580
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:33 +0000
|
|
1250
581
|
Processing by HomeController#index as HTML
|
|
1251
582
|
Rendering layout layouts/application.html.erb
|
|
1252
583
|
Rendering home/index.html.ruxt within layouts/application
|
|
1253
|
-
|
|
584
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.8ms | Allocations: 16874)
|
|
585
|
+
Rendered layout layouts/application.html.erb (Duration: 22.9ms | Allocations: 16940)
|
|
586
|
+
Completed 200 OK in 23ms (Views: 23.3ms | Allocations: 17432)
|
|
587
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:40 +0000
|
|
1254
588
|
Processing by HomeController#index as HTML
|
|
1255
589
|
Rendering layout layouts/application.html.erb
|
|
1256
590
|
Rendering home/index.html.ruxt within layouts/application
|
|
1257
|
-
|
|
591
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.1ms | Allocations: 18550)
|
|
592
|
+
Rendered layout layouts/application.html.erb (Duration: 23.5ms | Allocations: 18754)
|
|
593
|
+
Completed 200 OK in 35ms (Views: 25.3ms | Allocations: 25559)
|
|
594
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:40 +0000
|
|
1258
595
|
Processing by HomeController#index as HTML
|
|
1259
596
|
Rendering layout layouts/application.html.erb
|
|
1260
597
|
Rendering home/index.html.ruxt within layouts/application
|
|
1261
|
-
|
|
598
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.4ms | Allocations: 15792)
|
|
599
|
+
Rendered layout layouts/application.html.erb (Duration: 18.8ms | Allocations: 15940)
|
|
600
|
+
Completed 200 OK in 20ms (Views: 19.9ms | Allocations: 16696)
|
|
601
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:40 +0000
|
|
1262
602
|
Processing by HomeController#index as HTML
|
|
1263
603
|
Rendering layout layouts/application.html.erb
|
|
1264
604
|
Rendering home/index.html.ruxt within layouts/application
|
|
1265
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1266
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1267
|
-
Completed
|
|
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
|
|
605
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 17.1ms | Allocations: 15850)
|
|
606
|
+
Rendered layout layouts/application.html.erb (Duration: 17.5ms | Allocations: 15998)
|
|
607
|
+
Completed 200 OK in 19ms (Views: 18.2ms | Allocations: 16751)
|
|
608
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:47 +0000
|
|
1276
609
|
Processing by HomeController#index as HTML
|
|
1277
610
|
Rendering layout layouts/application.html.erb
|
|
1278
611
|
Rendering home/index.html.ruxt within layouts/application
|
|
1279
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1280
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1281
|
-
Completed
|
|
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
|
|
612
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 45.7ms | GC: 0.3ms)
|
|
613
|
+
Rendered layout layouts/application.html.erb (Duration: 46.8ms | GC: 0.3ms)
|
|
614
|
+
Completed 200 OK in 61ms (Views: 49.4ms | GC: 3.2ms)
|
|
615
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:47 +0000
|
|
1290
616
|
Processing by HomeController#index as HTML
|
|
1291
617
|
Rendering layout layouts/application.html.erb
|
|
1292
618
|
Rendering home/index.html.ruxt within layouts/application
|
|
1293
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1294
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1295
|
-
Completed
|
|
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
|
|
619
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 34.6ms | GC: 0.0ms)
|
|
620
|
+
Rendered layout layouts/application.html.erb (Duration: 36.9ms | GC: 0.0ms)
|
|
621
|
+
Completed 200 OK in 41ms (Views: 38.6ms | GC: 0.0ms)
|
|
622
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:47 +0000
|
|
1302
623
|
Processing by HomeController#index as HTML
|
|
1303
624
|
Rendering layout layouts/application.html.erb
|
|
1304
625
|
Rendering home/index.html.ruxt within layouts/application
|
|
1305
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1306
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1307
|
-
Completed 200 OK in
|
|
1308
|
-
Started GET "/" for 127.0.0.1 at
|
|
626
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 32.0ms | GC: 0.4ms)
|
|
627
|
+
Rendered layout layouts/application.html.erb (Duration: 32.4ms | GC: 0.4ms)
|
|
628
|
+
Completed 200 OK in 35ms (Views: 34.0ms | GC: 0.6ms)
|
|
629
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:54 +0000
|
|
1309
630
|
Processing by HomeController#index as HTML
|
|
631
|
+
Rendering layout layouts/application.html.erb
|
|
1310
632
|
Rendering home/index.html.ruxt within layouts/application
|
|
1311
|
-
Rendered home/index.html.ruxt within layouts/application (
|
|
1312
|
-
|
|
1313
|
-
|
|
633
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 79.2ms | GC: 8.5ms)
|
|
634
|
+
Rendered layout layouts/application.html.erb (Duration: 80.5ms | GC: 8.5ms)
|
|
635
|
+
Completed 200 OK in 97ms (Views: 83.0ms | GC: 8.5ms)
|
|
636
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:54 +0000
|
|
1314
637
|
Processing by HomeController#index as HTML
|
|
638
|
+
Rendering layout layouts/application.html.erb
|
|
1315
639
|
Rendering home/index.html.ruxt within layouts/application
|
|
1316
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1317
|
-
|
|
1318
|
-
|
|
640
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 43.3ms | GC: 7.3ms)
|
|
641
|
+
Rendered layout layouts/application.html.erb (Duration: 45.6ms | GC: 7.3ms)
|
|
642
|
+
Completed 200 OK in 54ms (Views: 47.6ms | GC: 7.3ms)
|
|
643
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:40:55 +0000
|
|
1319
644
|
Processing by HomeController#index as HTML
|
|
1320
645
|
Rendering layout layouts/application.html.erb
|
|
1321
646
|
Rendering home/index.html.ruxt within layouts/application
|
|
1322
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1323
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1324
|
-
Completed 200 OK in
|
|
1325
|
-
Started GET "/" for 127.0.0.1 at
|
|
647
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 45.7ms | GC: 12.3ms)
|
|
648
|
+
Rendered layout layouts/application.html.erb (Duration: 46.2ms | GC: 12.3ms)
|
|
649
|
+
Completed 200 OK in 49ms (Views: 48.2ms | GC: 12.9ms)
|
|
650
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:41:01 +0000
|
|
1326
651
|
Processing by HomeController#index as HTML
|
|
1327
652
|
Rendering layout layouts/application.html.erb
|
|
1328
653
|
Rendering home/index.html.ruxt within layouts/application
|
|
1329
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1330
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1331
|
-
Completed 200 OK in
|
|
1332
|
-
Started GET "/" for 127.0.0.1 at
|
|
654
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 26.6ms | GC: 1.3ms)
|
|
655
|
+
Rendered layout layouts/application.html.erb (Duration: 28.2ms | GC: 2.5ms)
|
|
656
|
+
Completed 200 OK in 44ms (Views: 30.3ms | GC: 2.7ms)
|
|
657
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:41:02 +0000
|
|
1333
658
|
Processing by HomeController#index as HTML
|
|
659
|
+
Rendering layout layouts/application.html.erb
|
|
1334
660
|
Rendering home/index.html.ruxt within layouts/application
|
|
1335
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1336
|
-
|
|
1337
|
-
|
|
661
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 35.0ms | GC: 14.1ms)
|
|
662
|
+
Rendered layout layouts/application.html.erb (Duration: 35.4ms | GC: 14.1ms)
|
|
663
|
+
Completed 200 OK in 38ms (Views: 36.8ms | GC: 14.6ms)
|
|
664
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 19:41:02 +0000
|
|
1338
665
|
Processing by HomeController#index as HTML
|
|
1339
666
|
Rendering layout layouts/application.html.erb
|
|
1340
667
|
Rendering home/index.html.ruxt within layouts/application
|
|
1341
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1342
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1343
|
-
Completed 200 OK in
|
|
1344
|
-
Started GET "/" for 127.0.0.1 at
|
|
668
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 17.9ms | GC: 0.9ms)
|
|
669
|
+
Rendered layout layouts/application.html.erb (Duration: 18.2ms | GC: 0.9ms)
|
|
670
|
+
Completed 200 OK in 20ms (Views: 19.3ms | GC: 1.2ms)
|
|
671
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:04 +0000
|
|
1345
672
|
Processing by HomeController#index as HTML
|
|
1346
673
|
Rendering layout layouts/application.html.erb
|
|
1347
674
|
Rendering home/index.html.ruxt within layouts/application
|
|
1348
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1349
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1350
|
-
Completed 200 OK in
|
|
1351
|
-
Started GET "/" for 127.0.0.1 at
|
|
675
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.5ms | Allocations: 19807)
|
|
676
|
+
Rendered layout layouts/application.html.erb (Duration: 24.2ms | Allocations: 20004)
|
|
677
|
+
Completed 200 OK in 34ms (Views: 26.1ms | Allocations: 27299)
|
|
678
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:04 +0000
|
|
1352
679
|
Processing by HomeController#index as HTML
|
|
1353
680
|
Rendering layout layouts/application.html.erb
|
|
1354
681
|
Rendering home/index.html.ruxt within layouts/application
|
|
1355
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1356
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1357
|
-
Completed 200 OK in
|
|
1358
|
-
Started GET "/" for 127.0.0.1 at
|
|
682
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.0ms | Allocations: 16818)
|
|
683
|
+
Rendered layout layouts/application.html.erb (Duration: 19.1ms | Allocations: 16884)
|
|
684
|
+
Completed 200 OK in 19ms (Views: 19.4ms | Allocations: 17376)
|
|
685
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:04 +0000
|
|
1359
686
|
Processing by HomeController#index as HTML
|
|
1360
687
|
Rendering layout layouts/application.html.erb
|
|
1361
688
|
Rendering home/index.html.ruxt within layouts/application
|
|
1362
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
1363
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
1364
|
-
Completed 200 OK in
|
|
1365
|
-
Started GET "/" for 127.0.0.1 at
|
|
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
|
|
689
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.6ms | Allocations: 16872)
|
|
690
|
+
Rendered layout layouts/application.html.erb (Duration: 18.8ms | Allocations: 16938)
|
|
691
|
+
Completed 200 OK in 19ms (Views: 19.1ms | Allocations: 17429)
|
|
692
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:10 +0000
|
|
3543
693
|
Processing by HomeController#index as HTML
|
|
3544
694
|
Rendering layout layouts/application.html.erb
|
|
3545
695
|
Rendering home/index.html.ruxt within layouts/application
|
|
3546
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3547
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3548
|
-
Completed 200 OK in
|
|
3549
|
-
Started GET "/" for 127.0.0.1 at
|
|
696
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 50.5ms | Allocations: 18250)
|
|
697
|
+
Rendered layout layouts/application.html.erb (Duration: 51.1ms | Allocations: 18454)
|
|
698
|
+
Completed 200 OK in 64ms (Views: 53.5ms | Allocations: 25259)
|
|
699
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:10 +0000
|
|
3550
700
|
Processing by HomeController#index as HTML
|
|
3551
701
|
Rendering layout layouts/application.html.erb
|
|
3552
702
|
Rendering home/index.html.ruxt within layouts/application
|
|
3553
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3554
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3555
|
-
Completed 200 OK in
|
|
3556
|
-
Started GET "/" for 127.0.0.1 at
|
|
703
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.7ms | Allocations: 15792)
|
|
704
|
+
Rendered layout layouts/application.html.erb (Duration: 24.2ms | Allocations: 15940)
|
|
705
|
+
Completed 200 OK in 26ms (Views: 25.5ms | Allocations: 16696)
|
|
706
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:10 +0000
|
|
3557
707
|
Processing by HomeController#index as HTML
|
|
3558
708
|
Rendering layout layouts/application.html.erb
|
|
3559
709
|
Rendering home/index.html.ruxt within layouts/application
|
|
3560
|
-
Rendered home/index.html.ruxt within layouts/application (Duration: 20.
|
|
3561
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3562
|
-
Completed 200 OK in
|
|
3563
|
-
Started GET "/" for 127.0.0.1 at
|
|
710
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 20.7ms | Allocations: 15850)
|
|
711
|
+
Rendered layout layouts/application.html.erb (Duration: 21.1ms | Allocations: 15998)
|
|
712
|
+
Completed 200 OK in 23ms (Views: 22.2ms | Allocations: 16751)
|
|
713
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:17 +0000
|
|
3564
714
|
Processing by HomeController#index as HTML
|
|
3565
715
|
Rendering layout layouts/application.html.erb
|
|
3566
716
|
Rendering home/index.html.ruxt within layouts/application
|
|
3567
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3568
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3569
|
-
Completed 200 OK in
|
|
3570
|
-
Started GET "/" for 127.0.0.1 at
|
|
717
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 40.1ms | GC: 3.0ms)
|
|
718
|
+
Rendered layout layouts/application.html.erb (Duration: 41.1ms | GC: 3.0ms)
|
|
719
|
+
Completed 200 OK in 50ms (Views: 43.0ms | GC: 3.0ms)
|
|
720
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:17 +0000
|
|
3571
721
|
Processing by HomeController#index as HTML
|
|
3572
722
|
Rendering layout layouts/application.html.erb
|
|
3573
723
|
Rendering home/index.html.ruxt within layouts/application
|
|
3574
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3575
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3576
|
-
Completed 200 OK in
|
|
3577
|
-
Started GET "/" for 127.0.0.1 at
|
|
724
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 27.3ms | GC: 0.1ms)
|
|
725
|
+
Rendered layout layouts/application.html.erb (Duration: 29.3ms | GC: 0.1ms)
|
|
726
|
+
Completed 200 OK in 33ms (Views: 31.0ms | GC: 0.1ms)
|
|
727
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:17 +0000
|
|
3578
728
|
Processing by HomeController#index as HTML
|
|
3579
729
|
Rendering layout layouts/application.html.erb
|
|
3580
730
|
Rendering home/index.html.ruxt within layouts/application
|
|
3581
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3582
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3583
|
-
Completed 200 OK in
|
|
3584
|
-
Started GET "/" for 127.0.0.1 at
|
|
731
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 31.7ms | GC: 0.0ms)
|
|
732
|
+
Rendered layout layouts/application.html.erb (Duration: 32.2ms | GC: 0.0ms)
|
|
733
|
+
Completed 200 OK in 34ms (Views: 33.4ms | GC: 0.0ms)
|
|
734
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:23 +0000
|
|
3585
735
|
Processing by HomeController#index as HTML
|
|
3586
736
|
Rendering layout layouts/application.html.erb
|
|
3587
737
|
Rendering home/index.html.ruxt within layouts/application
|
|
3588
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3589
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3590
|
-
Completed 200 OK in
|
|
3591
|
-
Started GET "/" for 127.0.0.1 at
|
|
738
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 49.5ms | GC: 1.3ms)
|
|
739
|
+
Rendered layout layouts/application.html.erb (Duration: 50.6ms | GC: 1.3ms)
|
|
740
|
+
Completed 200 OK in 63ms (Views: 52.7ms | GC: 1.5ms)
|
|
741
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:23 +0000
|
|
3592
742
|
Processing by HomeController#index as HTML
|
|
3593
743
|
Rendering layout layouts/application.html.erb
|
|
3594
744
|
Rendering home/index.html.ruxt within layouts/application
|
|
3595
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3596
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3597
|
-
Completed 200 OK in
|
|
3598
|
-
Started GET "/" for 127.0.0.1 at
|
|
745
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 45.6ms | GC: 13.1ms)
|
|
746
|
+
Rendered layout layouts/application.html.erb (Duration: 48.2ms | GC: 13.3ms)
|
|
747
|
+
Completed 200 OK in 57ms (Views: 50.8ms | GC: 13.9ms)
|
|
748
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:23 +0000
|
|
3599
749
|
Processing by HomeController#index as HTML
|
|
3600
750
|
Rendering layout layouts/application.html.erb
|
|
3601
751
|
Rendering home/index.html.ruxt within layouts/application
|
|
3602
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3603
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3604
|
-
Completed 200 OK in
|
|
3605
|
-
Started GET "/" for 127.0.0.1 at
|
|
752
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 35.6ms | GC: 1.2ms)
|
|
753
|
+
Rendered layout layouts/application.html.erb (Duration: 36.1ms | GC: 1.2ms)
|
|
754
|
+
Completed 200 OK in 38ms (Views: 37.6ms | GC: 1.2ms)
|
|
755
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:29 +0000
|
|
3606
756
|
Processing by HomeController#index as HTML
|
|
3607
757
|
Rendering layout layouts/application.html.erb
|
|
3608
758
|
Rendering home/index.html.ruxt within layouts/application
|
|
3609
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3610
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3611
|
-
Completed 200 OK in
|
|
3612
|
-
Started GET "/" for 127.0.0.1 at
|
|
759
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 25.8ms | GC: 4.6ms)
|
|
760
|
+
Rendered layout layouts/application.html.erb (Duration: 26.2ms | GC: 4.6ms)
|
|
761
|
+
Completed 200 OK in 38ms (Views: 28.7ms | GC: 5.4ms)
|
|
762
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:29 +0000
|
|
3613
763
|
Processing by HomeController#index as HTML
|
|
3614
764
|
Rendering layout layouts/application.html.erb
|
|
3615
765
|
Rendering home/index.html.ruxt within layouts/application
|
|
3616
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3617
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3618
|
-
Completed 200 OK in
|
|
3619
|
-
Started GET "/" for 127.0.0.1 at
|
|
766
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 31.4ms | GC: 11.7ms)
|
|
767
|
+
Rendered layout layouts/application.html.erb (Duration: 31.8ms | GC: 11.7ms)
|
|
768
|
+
Completed 200 OK in 35ms (Views: 33.6ms | GC: 12.4ms)
|
|
769
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:16:30 +0000
|
|
3620
770
|
Processing by HomeController#index as HTML
|
|
3621
771
|
Rendering layout layouts/application.html.erb
|
|
3622
772
|
Rendering home/index.html.ruxt within layouts/application
|
|
3623
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3624
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3625
|
-
Completed 200 OK in
|
|
3626
|
-
Started GET "/" for 127.0.0.1 at
|
|
773
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.3ms | GC: 0.9ms)
|
|
774
|
+
Rendered layout layouts/application.html.erb (Duration: 18.9ms | GC: 1.2ms)
|
|
775
|
+
Completed 200 OK in 20ms (Views: 19.7ms | GC: 1.2ms)
|
|
776
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:17:56 +0000
|
|
3627
777
|
Processing by HomeController#index as HTML
|
|
3628
778
|
Rendering layout layouts/application.html.erb
|
|
3629
779
|
Rendering home/index.html.ruxt within layouts/application
|
|
3630
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3631
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3632
|
-
Completed 200 OK in
|
|
3633
|
-
Started GET "/" for 127.0.0.1 at
|
|
780
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 22.2ms | Allocations: 19805)
|
|
781
|
+
Rendered layout layouts/application.html.erb (Duration: 22.5ms | Allocations: 20004)
|
|
782
|
+
Completed 200 OK in 32ms (Views: 24.5ms | Allocations: 27300)
|
|
783
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:17:56 +0000
|
|
3634
784
|
Processing by HomeController#index as HTML
|
|
3635
785
|
Rendering layout layouts/application.html.erb
|
|
3636
786
|
Rendering home/index.html.ruxt within layouts/application
|
|
3637
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3638
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3639
|
-
Completed 200 OK in
|
|
3640
|
-
Started GET "/" for 127.0.0.1 at
|
|
787
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.8ms | Allocations: 16818)
|
|
788
|
+
Rendered layout layouts/application.html.erb (Duration: 20.0ms | Allocations: 16884)
|
|
789
|
+
Completed 200 OK in 20ms (Views: 20.3ms | Allocations: 17377)
|
|
790
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:17:56 +0000
|
|
3641
791
|
Processing by HomeController#index as HTML
|
|
3642
792
|
Rendering layout layouts/application.html.erb
|
|
3643
793
|
Rendering home/index.html.ruxt within layouts/application
|
|
3644
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3645
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3646
|
-
Completed 200 OK in
|
|
3647
|
-
Started GET "/" for 127.0.0.1 at
|
|
794
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.1ms | Allocations: 16875)
|
|
795
|
+
Rendered layout layouts/application.html.erb (Duration: 18.2ms | Allocations: 16941)
|
|
796
|
+
Completed 200 OK in 19ms (Views: 18.6ms | Allocations: 17434)
|
|
797
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:02 +0000
|
|
3648
798
|
Processing by HomeController#index as HTML
|
|
3649
799
|
Rendering layout layouts/application.html.erb
|
|
3650
800
|
Rendering home/index.html.ruxt within layouts/application
|
|
3651
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3652
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3653
|
-
Completed 200 OK in
|
|
3654
|
-
Started GET "/" for 127.0.0.1 at
|
|
801
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 23.9ms | Allocations: 18250)
|
|
802
|
+
Rendered layout layouts/application.html.erb (Duration: 24.3ms | Allocations: 18454)
|
|
803
|
+
Completed 200 OK in 35ms (Views: 26.2ms | Allocations: 25259)
|
|
804
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:02 +0000
|
|
3655
805
|
Processing by HomeController#index as HTML
|
|
3656
806
|
Rendering layout layouts/application.html.erb
|
|
3657
807
|
Rendering home/index.html.ruxt within layouts/application
|
|
3658
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3659
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3660
|
-
Completed 200 OK in
|
|
3661
|
-
Started GET "/" for 127.0.0.1 at
|
|
808
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 19.4ms | Allocations: 15792)
|
|
809
|
+
Rendered layout layouts/application.html.erb (Duration: 19.8ms | Allocations: 15940)
|
|
810
|
+
Completed 200 OK in 22ms (Views: 20.9ms | Allocations: 16693)
|
|
811
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:02 +0000
|
|
3662
812
|
Processing by HomeController#index as HTML
|
|
3663
813
|
Rendering layout layouts/application.html.erb
|
|
3664
814
|
Rendering home/index.html.ruxt within layouts/application
|
|
3665
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3666
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3667
|
-
Completed 200 OK in
|
|
3668
|
-
Started GET "/" for 127.0.0.1 at
|
|
815
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.7ms | Allocations: 15850)
|
|
816
|
+
Rendered layout layouts/application.html.erb (Duration: 38.2ms | Allocations: 15998)
|
|
817
|
+
Completed 200 OK in 43ms (Views: 42.7ms | Allocations: 16751)
|
|
818
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:08 +0000
|
|
3669
819
|
Processing by HomeController#index as HTML
|
|
3670
820
|
Rendering layout layouts/application.html.erb
|
|
3671
821
|
Rendering home/index.html.ruxt within layouts/application
|
|
3672
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3673
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3674
|
-
Completed 200 OK in
|
|
3675
|
-
Started GET "/" for 127.0.0.1 at
|
|
822
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.5ms | GC: 0.0ms)
|
|
823
|
+
Rendered layout layouts/application.html.erb (Duration: 38.5ms | GC: 0.0ms)
|
|
824
|
+
Completed 200 OK in 48ms (Views: 40.5ms | GC: 0.0ms)
|
|
825
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:09 +0000
|
|
3676
826
|
Processing by HomeController#index as HTML
|
|
3677
827
|
Rendering layout layouts/application.html.erb
|
|
3678
828
|
Rendering home/index.html.ruxt within layouts/application
|
|
3679
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3680
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3681
|
-
Completed 200 OK in
|
|
3682
|
-
Started GET "/" for 127.0.0.1 at
|
|
829
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 27.2ms | GC: 0.3ms)
|
|
830
|
+
Rendered layout layouts/application.html.erb (Duration: 29.2ms | GC: 0.3ms)
|
|
831
|
+
Completed 200 OK in 33ms (Views: 31.0ms | GC: 0.3ms)
|
|
832
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:09 +0000
|
|
3683
833
|
Processing by HomeController#index as HTML
|
|
3684
834
|
Rendering layout layouts/application.html.erb
|
|
3685
835
|
Rendering home/index.html.ruxt within layouts/application
|
|
3686
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3687
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3688
|
-
Completed 200 OK in
|
|
3689
|
-
Started GET "/" for 127.0.0.1 at
|
|
836
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 37.4ms | GC: 0.0ms)
|
|
837
|
+
Rendered layout layouts/application.html.erb (Duration: 37.9ms | GC: 0.0ms)
|
|
838
|
+
Completed 200 OK in 40ms (Views: 39.0ms | GC: 0.0ms)
|
|
839
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:15 +0000
|
|
3690
840
|
Processing by HomeController#index as HTML
|
|
3691
841
|
Rendering layout layouts/application.html.erb
|
|
3692
842
|
Rendering home/index.html.ruxt within layouts/application
|
|
3693
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3694
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3695
|
-
Completed 200 OK in
|
|
3696
|
-
Started GET "/" for 127.0.0.1 at
|
|
843
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 53.9ms | GC: 1.5ms)
|
|
844
|
+
Rendered layout layouts/application.html.erb (Duration: 55.1ms | GC: 1.5ms)
|
|
845
|
+
Completed 200 OK in 69ms (Views: 57.6ms | GC: 2.2ms)
|
|
846
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:15 +0000
|
|
3697
847
|
Processing by HomeController#index as HTML
|
|
3698
848
|
Rendering layout layouts/application.html.erb
|
|
3699
849
|
Rendering home/index.html.ruxt within layouts/application
|
|
3700
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3701
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3702
|
-
Completed 200 OK in
|
|
3703
|
-
Started GET "/" for 127.0.0.1 at
|
|
850
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 46.7ms | GC: 12.2ms)
|
|
851
|
+
Rendered layout layouts/application.html.erb (Duration: 49.1ms | GC: 12.2ms)
|
|
852
|
+
Completed 200 OK in 58ms (Views: 51.4ms | GC: 12.2ms)
|
|
853
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:15 +0000
|
|
3704
854
|
Processing by HomeController#index as HTML
|
|
3705
855
|
Rendering layout layouts/application.html.erb
|
|
3706
856
|
Rendering home/index.html.ruxt within layouts/application
|
|
3707
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3708
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3709
|
-
Completed 200 OK in
|
|
3710
|
-
Started GET "/" for 127.0.0.1 at
|
|
857
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 42.0ms | GC: 8.0ms)
|
|
858
|
+
Rendered layout layouts/application.html.erb (Duration: 42.5ms | GC: 8.0ms)
|
|
859
|
+
Completed 200 OK in 45ms (Views: 44.3ms | GC: 8.4ms)
|
|
860
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:22 +0000
|
|
3711
861
|
Processing by HomeController#index as HTML
|
|
3712
862
|
Rendering layout layouts/application.html.erb
|
|
3713
863
|
Rendering home/index.html.ruxt within layouts/application
|
|
3714
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3715
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3716
|
-
Completed 200 OK in
|
|
3717
|
-
Started GET "/" for 127.0.0.1 at
|
|
864
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 29.8ms | GC: 5.7ms)
|
|
865
|
+
Rendered layout layouts/application.html.erb (Duration: 30.5ms | GC: 6.0ms)
|
|
866
|
+
Completed 200 OK in 43ms (Views: 33.0ms | GC: 6.6ms)
|
|
867
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:22 +0000
|
|
3718
868
|
Processing by HomeController#index as HTML
|
|
3719
869
|
Rendering layout layouts/application.html.erb
|
|
3720
870
|
Rendering home/index.html.ruxt within layouts/application
|
|
3721
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3722
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3723
|
-
Completed 200 OK in
|
|
3724
|
-
Started GET "/" for 127.0.0.1 at
|
|
871
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 31.4ms | GC: 11.0ms)
|
|
872
|
+
Rendered layout layouts/application.html.erb (Duration: 31.9ms | GC: 11.0ms)
|
|
873
|
+
Completed 200 OK in 34ms (Views: 33.2ms | GC: 11.1ms)
|
|
874
|
+
Started GET "/" for 127.0.0.1 at 2025-10-26 20:18:22 +0000
|
|
3725
875
|
Processing by HomeController#index as HTML
|
|
3726
876
|
Rendering layout layouts/application.html.erb
|
|
3727
877
|
Rendering home/index.html.ruxt within layouts/application
|
|
3728
|
-
Rendered home/index.html.ruxt within layouts/application (Duration:
|
|
3729
|
-
Rendered layout layouts/application.html.erb (Duration:
|
|
3730
|
-
Completed 200 OK in
|
|
878
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 18.7ms | GC: 1.0ms)
|
|
879
|
+
Rendered layout layouts/application.html.erb (Duration: 19.1ms | GC: 1.0ms)
|
|
880
|
+
Completed 200 OK in 21ms (Views: 20.1ms | GC: 1.0ms)
|