rux-rails 1.4.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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -0
  3. data/Gemfile +4 -4
  4. data/README.md +59 -5
  5. data/lib/rux-rails/engine.rb +46 -0
  6. data/lib/rux-rails/output_buffer.rb +13 -0
  7. data/lib/rux-rails/rux_loader.rb +7 -0
  8. data/lib/rux-rails/tag_builder.rb +2 -2
  9. data/lib/rux-rails/tasks/transpile.rake +11 -10
  10. data/lib/rux-rails/version.rb +1 -1
  11. data/lib/rux-rails.rb +7 -12
  12. data/rux-rails.gemspec +4 -2
  13. data/spec/components/rails/button_spec.rb +18 -0
  14. data/spec/components/rails/button_to_spec.rb +24 -0
  15. data/spec/components/rails/content_tag_spec.rb +13 -0
  16. data/spec/components/rails/form_with_spec.rb +20 -0
  17. data/spec/components/rails/hidden_field_spec.rb +11 -0
  18. data/spec/components/rails/label_spec.rb +21 -0
  19. data/spec/components/rails/link_to_spec.rb +16 -0
  20. data/spec/components/rails/password_field_spec.rb +11 -0
  21. data/spec/components/rails/text_field_spec.rb +11 -0
  22. data/spec/components/rux/component_spec.rb +9 -0
  23. data/spec/controllers/home_controller_spec.rb +37 -1
  24. data/spec/dummy/app/components/html_safety_component.rb +13 -0
  25. data/spec/dummy/app/components/html_safety_component.rux +9 -0
  26. data/spec/dummy/app/components/image.rux +16 -0
  27. data/spec/dummy/config/application.rb +4 -0
  28. data/spec/dummy/log/test.log +792 -131
  29. data/spec/dummy/tmp/local_secret.txt +1 -0
  30. data/spec/html_safety_spec.rb +10 -0
  31. data/spec/spec_helper.rb +28 -10
  32. metadata +56 -23
  33. data/lib/rux-rails/components/audio.rb +0 -18
  34. data/lib/rux-rails/components/image.rb +0 -18
  35. data/lib/rux-rails/components/video.rb +0 -18
  36. data/lib/rux-rails/components.rb +0 -5
  37. data/lib/rux-rails/core_ext/kernel.rb +0 -67
  38. data/lib/rux-rails/core_ext/kernel_zeitwerk.rb +0 -63
  39. data/lib/rux-rails/ext/activesupport/dependencies.rb +0 -47
  40. data/lib/rux-rails/ext/bootsnap/autoload.rb +0 -27
  41. data/lib/rux-rails/ext/zeitwerk/loader.rb +0 -35
  42. data/lib/rux-rails/railtie.rb +0 -64
  43. data/lib/rux-rails/safe_buffer.rb +0 -13
  44. data/spec/dummy/app/components/button.rb +0 -15
  45. data/spec/dummy/app/components/home_component.rb +0 -12
@@ -1,219 +1,880 @@
1
- Started GET "/" for 127.0.0.1 at 2022-02-14 22:57:06 -0800
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: 113.3ms | Allocations: 47238)
6
- Rendered layout layouts/application.html.erb (Duration: 113.8ms | Allocations: 47467)
7
- Completed 200 OK in 128ms (Views: 121.5ms | Allocations: 53468)
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
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)
8
+
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):
13
+ 1: <HomeComponent />
14
+
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):
21
+
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
16
27
  Processing by HomeController#index as HTML
17
28
  Rendering layout layouts/application.html.erb
18
29
  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
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)
33
+
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):
38
+ 1: <HomeComponent />
39
+
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):
46
+
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
28
52
  Processing by HomeController#index as HTML
29
53
  Rendering layout layouts/application.html.erb
30
54
  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
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)
39
58
 
40
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
41
63
  1: <HomeComponent />
42
64
 
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
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):
71
+
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
51
77
  Processing by HomeController#index as HTML
78
+ Rendering layout layouts/application.html.erb
52
79
  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
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)
55
83
 
56
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
57
88
  1: <HomeComponent />
58
89
 
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
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'
93
+ app/views/home/index.html.ruxt:1
94
+
95
+ Information for cause: NameError (uninitialized constant HomeComponent::Image):
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'
100
+ app/views/home/index.html.ruxt:1
101
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:01 -0700
62
102
  Processing by HomeController#index as HTML
103
+ Rendering layout layouts/application.html.erb
63
104
  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
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)
66
108
 
67
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
68
113
  1: <HomeComponent />
69
114
 
70
- app/components/home_component.rb:1:in `<top (required)>'
71
- app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt___2564202671183690624_7540'
72
- Started GET "/" for 127.0.0.1 at 2022-02-15 09:28:50 -0800
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'
118
+ app/views/home/index.html.ruxt:1
119
+
120
+ Information for cause: NameError (uninitialized constant HomeComponent::Image):
121
+
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'
125
+ app/views/home/index.html.ruxt:1
126
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:01 -0700
73
127
  Processing by HomeController#index as HTML
128
+ Rendering layout layouts/application.html.erb
74
129
  Rendering home/index.html.ruxt within layouts/application
75
- Rendered home/index.html.ruxt within layouts/application (56.3ms)
76
- Completed 500 Internal Server Error in 65ms
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)
77
133
 
78
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
79
138
  1: <HomeComponent />
80
139
 
81
- app/components/home_component.rb:1:in `<top (required)>'
82
- app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt___3846738668487531897_7540'
83
- Started GET "/" for 127.0.0.1 at 2022-02-15 09:29:03 -0800
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'
143
+ app/views/home/index.html.ruxt:1
144
+
145
+ Information for cause: NameError (uninitialized constant HomeComponent::Image):
146
+
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'
150
+ app/views/home/index.html.ruxt:1
151
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:18 -0700
84
152
  Processing by HomeController#index as HTML
153
+ Rendering layout layouts/application.html.erb
85
154
  Rendering home/index.html.ruxt within layouts/application
86
- Rendered home/index.html.ruxt within layouts/application (54.5ms)
87
- Completed 500 Internal Server Error in 61ms
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)
88
158
 
89
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
90
163
  1: <HomeComponent />
91
164
 
92
- app/components/home_component.rb:1:in `<top (required)>'
93
- app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__3143705373231555141_7540'
94
- Started GET "/" for 127.0.0.1 at 2022-02-15 09:29:20 -0800
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'
168
+ app/views/home/index.html.ruxt:1
169
+
170
+ Information for cause: NameError (uninitialized constant HomeComponent::Image):
171
+
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'
175
+ app/views/home/index.html.ruxt:1
176
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:06:19 -0700
95
177
  Processing by HomeController#index as HTML
178
+ Rendering layout layouts/application.html.erb
96
179
  Rendering home/index.html.ruxt within layouts/application
97
- Rendered home/index.html.ruxt within layouts/application (59.7ms)
98
- Completed 500 Internal Server Error in 66ms
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)
99
183
 
100
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
101
188
  1: <HomeComponent />
102
189
 
103
- app/components/home_component.rb:1:in `<top (required)>'
104
- app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt___3594443906850484206_7540'
105
- Started GET "/" for 127.0.0.1 at 2022-02-15 09:29:39 -0800
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'
193
+ app/views/home/index.html.ruxt:1
194
+
195
+ Information for cause: NameError (uninitialized constant HomeComponent::Image):
196
+
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'
200
+ app/views/home/index.html.ruxt:1
201
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:07:22 -0700
106
202
  Processing by HomeController#index as HTML
203
+ Rendering layout layouts/application.html.erb
107
204
  Rendering home/index.html.ruxt within layouts/application
108
- Rendered home/index.html.ruxt within layouts/application (56.0ms)
109
- Completed 500 Internal Server Error in 64ms
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)
110
208
 
111
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
112
213
  1: <HomeComponent />
113
214
 
114
- app/components/home_component.rb:1:in `<top (required)>'
115
- app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__2564121382432407905_7540'
116
- Started GET "/" for 127.0.0.1 at 2022-02-15 09:33:02 -0800
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'
218
+ app/views/home/index.html.ruxt:1
219
+
220
+ Information for cause: NameError (uninitialized constant HomeComponent::Image):
221
+
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'
225
+ app/views/home/index.html.ruxt:1
226
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:07:22 -0700
117
227
  Processing by HomeController#index as HTML
228
+ Rendering layout layouts/application.html.erb
118
229
  Rendering home/index.html.ruxt within layouts/application
119
- Rendered home/index.html.ruxt within layouts/application (57.7ms)
120
- Completed 500 Internal Server Error in 65ms
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)
121
233
 
122
- ActionView::Template::Error (no implicit conversion of nil into String):
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):
123
238
  1: <HomeComponent />
124
239
 
125
- app/components/home_component.rb:1:in `<top (required)>'
126
- app/views/home/index.html.ruxt:1:in `_app_views_home_index_html_ruxt__2780369966475327653_7540'
127
- Started GET "/" for 127.0.0.1 at 2022-02-15 09:33:31 -0800
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'
250
+ app/views/home/index.html.ruxt:1
251
+ Started GET "/" for 127.0.0.1 at 2025-10-16 15:08:10 -0700
252
+ Processing by HomeController#index as HTML
253
+ Rendering layout layouts/application.html.erb
254
+ Rendering home/index.html.ruxt within layouts/application
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
128
259
  Processing by HomeController#index as HTML
260
+ Rendering layout layouts/application.html.erb
129
261
  Rendering home/index.html.ruxt within layouts/application
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
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
133
266
  Processing by HomeController#index as HTML
267
+ Rendering layout layouts/application.html.erb
134
268
  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
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
137
273
  Processing by HomeController#index as HTML
274
+ Rendering layout layouts/application.html.erb
138
275
  Rendering home/index.html.ruxt within layouts/application
139
- Started GET "/" for 127.0.0.1 at 2022-02-15 10:22:50 -0800
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
140
280
  Processing by HomeController#index as HTML
281
+ Rendering layout layouts/application.html.erb
141
282
  Rendering home/index.html.ruxt within layouts/application
142
- Started GET "/" for 127.0.0.1 at 2022-02-15 10:52:06 -0800
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
143
287
  Processing by HomeController#index as HTML
144
288
  Rendering layout layouts/application.html.erb
145
289
  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
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
150
294
  Processing by HomeController#index as HTML
151
295
  Rendering layout layouts/application.html.erb
152
296
  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
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
157
301
  Processing by HomeController#index as HTML
158
302
  Rendering layout layouts/application.html.erb
159
303
  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
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
164
308
  Processing by HomeController#index as HTML
165
309
  Rendering layout layouts/application.html.erb
166
310
  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
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
171
315
  Processing by HomeController#index as HTML
172
316
  Rendering layout layouts/application.html.erb
173
317
  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
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
178
322
  Processing by HomeController#index as HTML
179
323
  Rendering layout layouts/application.html.erb
180
324
  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
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
185
329
  Processing by HomeController#index as HTML
186
330
  Rendering layout layouts/application.html.erb
187
331
  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
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
192
336
  Processing by HomeController#index as HTML
337
+ Rendering layout layouts/application.html.erb
193
338
  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
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
197
343
  Processing by HomeController#index as HTML
344
+ Rendering layout layouts/application.html.erb
345
+ Rendering home/index.html.ruxt within layouts/application
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
350
+ Processing by HomeController#index as HTML
351
+ Rendering layout layouts/application.html.erb
352
+ Rendering home/index.html.ruxt within layouts/application
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
357
+ Processing by HomeController#index as HTML
358
+ Rendering layout layouts/application.html.erb
359
+ Rendering home/index.html.ruxt within layouts/application
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
364
+ Processing by HomeController#index as HTML
365
+ Rendering layout layouts/application.html.erb
366
+ Rendering home/index.html.ruxt within layouts/application
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
371
+ Processing by HomeController#index as HTML
372
+ Rendering layout layouts/application.html.erb
373
+ Rendering home/index.html.ruxt within layouts/application
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
378
+ Processing by HomeController#index as HTML
379
+ Rendering layout layouts/application.html.erb
380
+ Rendering home/index.html.ruxt within layouts/application
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
385
+ Processing by HomeController#index as HTML
386
+ Rendering layout layouts/application.html.erb
387
+ Rendering home/index.html.ruxt within layouts/application
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
392
+ Processing by HomeController#index as HTML
393
+ Rendering layout layouts/application.html.erb
394
+ Rendering home/index.html.ruxt within layouts/application
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
399
+ Processing by HomeController#index as HTML
400
+ Rendering layout layouts/application.html.erb
401
+ Rendering home/index.html.ruxt within layouts/application
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
406
+ Processing by HomeController#index as HTML
407
+ Rendering layout layouts/application.html.erb
408
+ Rendering home/index.html.ruxt within layouts/application
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
413
+ Processing by HomeController#index as HTML
414
+ Rendering layout layouts/application.html.erb
415
+ Rendering home/index.html.ruxt within layouts/application
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
420
+ Processing by HomeController#index as HTML
421
+ Rendering layout layouts/application.html.erb
422
+ Rendering home/index.html.ruxt within layouts/application
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
427
+ Processing by HomeController#index as HTML
428
+ Rendering layout layouts/application.html.erb
429
+ Rendering home/index.html.ruxt within layouts/application
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
434
+ Processing by HomeController#index as HTML
435
+ Rendering layout layouts/application.html.erb
436
+ Rendering home/index.html.ruxt within layouts/application
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
441
+ Processing by HomeController#index as HTML
442
+ Rendering layout layouts/application.html.erb
443
+ Rendering home/index.html.ruxt within layouts/application
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
448
+ Processing by HomeController#index as HTML
449
+ Rendering layout layouts/application.html.erb
450
+ Rendering home/index.html.ruxt within layouts/application
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
455
+ Processing by HomeController#index as HTML
456
+ Rendering layout layouts/application.html.erb
457
+ Rendering home/index.html.ruxt within layouts/application
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
462
+ Processing by HomeController#index as HTML
463
+ Rendering layout layouts/application.html.erb
464
+ Rendering home/index.html.ruxt within layouts/application
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
469
+ Processing by HomeController#index as HTML
470
+ Rendering layout layouts/application.html.erb
471
+ Rendering home/index.html.ruxt within layouts/application
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
476
+ Processing by HomeController#index as HTML
477
+ Rendering layout layouts/application.html.erb
478
+ Rendering home/index.html.ruxt within layouts/application
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
483
+ Processing by HomeController#index as HTML
484
+ Rendering layout layouts/application.html.erb
485
+ Rendering home/index.html.ruxt within layouts/application
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
490
+ Processing by HomeController#index as HTML
491
+ Rendering layout layouts/application.html.erb
492
+ Rendering home/index.html.ruxt within layouts/application
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
497
+ Processing by HomeController#index as HTML
498
+ Rendering layout layouts/application.html.erb
499
+ Rendering home/index.html.ruxt within layouts/application
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
504
+ Processing by HomeController#index as HTML
505
+ Rendering layout layouts/application.html.erb
506
+ Rendering home/index.html.ruxt within layouts/application
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
511
+ Processing by HomeController#index as HTML
512
+ Rendering layout layouts/application.html.erb
513
+ Rendering home/index.html.ruxt within layouts/application
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
518
+ Processing by HomeController#index as HTML
519
+ Rendering layout layouts/application.html.erb
520
+ Rendering home/index.html.ruxt within layouts/application
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
525
+ Processing by HomeController#index as HTML
526
+ Rendering layout layouts/application.html.erb
527
+ Rendering home/index.html.ruxt within layouts/application
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
532
+ Processing by HomeController#index as HTML
533
+ Rendering layout layouts/application.html.erb
534
+ Rendering home/index.html.ruxt within layouts/application
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
539
+ Processing by HomeController#index as HTML
540
+ Rendering layout layouts/application.html.erb
541
+ Rendering home/index.html.ruxt within layouts/application
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
546
+ Processing by HomeController#index as HTML
547
+ Rendering layout layouts/application.html.erb
548
+ Rendering home/index.html.ruxt within layouts/application
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
553
+ Processing by HomeController#index as HTML
554
+ Rendering layout layouts/application.html.erb
198
555
  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
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
202
560
  Processing by HomeController#index as HTML
561
+ Rendering layout layouts/application.html.erb
562
+ Rendering home/index.html.ruxt within layouts/application
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
567
+ Processing by HomeController#index as HTML
568
+ Rendering layout layouts/application.html.erb
569
+ Rendering home/index.html.ruxt within layouts/application
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
574
+ Processing by HomeController#index as HTML
575
+ Rendering layout layouts/application.html.erb
576
+ Rendering home/index.html.ruxt within layouts/application
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
581
+ Processing by HomeController#index as HTML
582
+ Rendering layout layouts/application.html.erb
583
+ Rendering home/index.html.ruxt within layouts/application
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
588
+ Processing by HomeController#index as HTML
589
+ Rendering layout layouts/application.html.erb
590
+ Rendering home/index.html.ruxt within layouts/application
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
595
+ Processing by HomeController#index as HTML
596
+ Rendering layout layouts/application.html.erb
597
+ Rendering home/index.html.ruxt within layouts/application
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
602
+ Processing by HomeController#index as HTML
603
+ Rendering layout layouts/application.html.erb
604
+ Rendering home/index.html.ruxt within layouts/application
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
609
+ Processing by HomeController#index as HTML
610
+ Rendering layout layouts/application.html.erb
611
+ Rendering home/index.html.ruxt within layouts/application
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
616
+ Processing by HomeController#index as HTML
617
+ Rendering layout layouts/application.html.erb
618
+ Rendering home/index.html.ruxt within layouts/application
619
+ Rendered home/index.html.ruxt within layouts/application (Duration: 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
623
+ Processing by HomeController#index as HTML
624
+ Rendering layout layouts/application.html.erb
625
+ Rendering home/index.html.ruxt within layouts/application
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
630
+ Processing by HomeController#index as HTML
631
+ Rendering layout layouts/application.html.erb
632
+ Rendering home/index.html.ruxt within layouts/application
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
637
+ Processing by HomeController#index as HTML
638
+ Rendering layout layouts/application.html.erb
639
+ Rendering home/index.html.ruxt within layouts/application
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
644
+ Processing by HomeController#index as HTML
645
+ Rendering layout layouts/application.html.erb
646
+ Rendering home/index.html.ruxt within layouts/application
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
651
+ Processing by HomeController#index as HTML
652
+ Rendering layout layouts/application.html.erb
653
+ Rendering home/index.html.ruxt within layouts/application
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
658
+ Processing by HomeController#index as HTML
659
+ Rendering layout layouts/application.html.erb
660
+ Rendering home/index.html.ruxt within layouts/application
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
665
+ Processing by HomeController#index as HTML
666
+ Rendering layout layouts/application.html.erb
667
+ Rendering home/index.html.ruxt within layouts/application
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
672
+ Processing by HomeController#index as HTML
673
+ Rendering layout layouts/application.html.erb
674
+ Rendering home/index.html.ruxt within layouts/application
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
679
+ Processing by HomeController#index as HTML
680
+ Rendering layout layouts/application.html.erb
681
+ Rendering home/index.html.ruxt within layouts/application
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
686
+ Processing by HomeController#index as HTML
687
+ Rendering layout layouts/application.html.erb
688
+ Rendering home/index.html.ruxt within layouts/application
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
693
+ Processing by HomeController#index as HTML
694
+ Rendering layout layouts/application.html.erb
695
+ Rendering home/index.html.ruxt within layouts/application
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
700
+ Processing by HomeController#index as HTML
701
+ Rendering layout layouts/application.html.erb
702
+ Rendering home/index.html.ruxt within layouts/application
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
707
+ Processing by HomeController#index as HTML
708
+ Rendering layout layouts/application.html.erb
709
+ Rendering home/index.html.ruxt within layouts/application
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
714
+ Processing by HomeController#index as HTML
715
+ Rendering layout layouts/application.html.erb
716
+ Rendering home/index.html.ruxt within layouts/application
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
721
+ Processing by HomeController#index as HTML
722
+ Rendering layout layouts/application.html.erb
723
+ Rendering home/index.html.ruxt within layouts/application
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
728
+ Processing by HomeController#index as HTML
729
+ Rendering layout layouts/application.html.erb
730
+ Rendering home/index.html.ruxt within layouts/application
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
735
+ Processing by HomeController#index as HTML
736
+ Rendering layout layouts/application.html.erb
737
+ Rendering home/index.html.ruxt within layouts/application
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
742
+ Processing by HomeController#index as HTML
743
+ Rendering layout layouts/application.html.erb
744
+ Rendering home/index.html.ruxt within layouts/application
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
749
+ Processing by HomeController#index as HTML
750
+ Rendering layout layouts/application.html.erb
751
+ Rendering home/index.html.ruxt within layouts/application
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
756
+ Processing by HomeController#index as HTML
757
+ Rendering layout layouts/application.html.erb
758
+ Rendering home/index.html.ruxt within layouts/application
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
763
+ Processing by HomeController#index as HTML
764
+ Rendering layout layouts/application.html.erb
765
+ Rendering home/index.html.ruxt within layouts/application
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
770
+ Processing by HomeController#index as HTML
771
+ Rendering layout layouts/application.html.erb
772
+ Rendering home/index.html.ruxt within layouts/application
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
777
+ Processing by HomeController#index as HTML
778
+ Rendering layout layouts/application.html.erb
779
+ Rendering home/index.html.ruxt within layouts/application
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
784
+ Processing by HomeController#index as HTML
785
+ Rendering layout layouts/application.html.erb
786
+ Rendering home/index.html.ruxt within layouts/application
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
791
+ Processing by HomeController#index as HTML
792
+ Rendering layout layouts/application.html.erb
793
+ Rendering home/index.html.ruxt within layouts/application
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
798
+ Processing by HomeController#index as HTML
799
+ Rendering layout layouts/application.html.erb
800
+ Rendering home/index.html.ruxt within layouts/application
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
805
+ Processing by HomeController#index as HTML
806
+ Rendering layout layouts/application.html.erb
807
+ Rendering home/index.html.ruxt within layouts/application
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
812
+ Processing by HomeController#index as HTML
813
+ Rendering layout layouts/application.html.erb
814
+ Rendering home/index.html.ruxt within layouts/application
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
819
+ Processing by HomeController#index as HTML
820
+ Rendering layout layouts/application.html.erb
821
+ Rendering home/index.html.ruxt within layouts/application
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
826
+ Processing by HomeController#index as HTML
827
+ Rendering layout layouts/application.html.erb
828
+ Rendering home/index.html.ruxt within layouts/application
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
833
+ Processing by HomeController#index as HTML
834
+ Rendering layout layouts/application.html.erb
835
+ Rendering home/index.html.ruxt within layouts/application
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
840
+ Processing by HomeController#index as HTML
841
+ Rendering layout layouts/application.html.erb
842
+ Rendering home/index.html.ruxt within layouts/application
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
847
+ Processing by HomeController#index as HTML
848
+ Rendering layout layouts/application.html.erb
849
+ Rendering home/index.html.ruxt within layouts/application
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
854
+ Processing by HomeController#index as HTML
855
+ Rendering layout layouts/application.html.erb
856
+ Rendering home/index.html.ruxt within layouts/application
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
861
+ Processing by HomeController#index as HTML
862
+ Rendering layout layouts/application.html.erb
203
863
  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
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
207
868
  Processing by HomeController#index as HTML
208
869
  Rendering layout layouts/application.html.erb
209
870
  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
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
214
875
  Processing by HomeController#index as HTML
215
876
  Rendering layout layouts/application.html.erb
216
877
  Rendering home/index.html.ruxt within layouts/application
217
- Rendered home/index.html.ruxt within layouts/application (Duration: 84.7ms | Allocations: 44260)
218
- Rendered layout layouts/application.html.erb (Duration: 85.3ms | Allocations: 44407)
219
- Completed 200 OK in 108ms (Views: 94.0ms | Allocations: 52425)
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)