admin_suite 0.2.2 → 0.2.4

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.
@@ -1,1512 +0,0 @@
1
- ---------------------------------------------------------------------------
2
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
3
- ---------------------------------------------------------------------------
4
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
5
- Processing by AdminSuite::DashboardController#index as HTML
6
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
7
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
8
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 3.1ms | GC: 0.1ms)
9
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.4ms | GC: 0.0ms)
10
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
11
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 8.0ms | GC: 0.1ms)
12
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.4ms | GC: 0.0ms)
13
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.5ms | GC: 0.0ms)
14
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.4ms | GC: 0.0ms)
15
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.1ms | GC: 0.0ms)
16
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 23.3ms | GC: 0.1ms)
17
- Completed 200 OK in 48ms (Views: 25.6ms | GC: 0.2ms)
18
- ---------------------------------------------------------------------------------------------------------------------
19
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
20
- ---------------------------------------------------------------------------------------------------------------------
21
- -----------------------------------------------------------------------------------------------------------------------
22
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
23
- -----------------------------------------------------------------------------------------------------------------------
24
- --------------------------------------------------------------------------------------------------------------------
25
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
26
- --------------------------------------------------------------------------------------------------------------------
27
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-37878-53h9m0/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-37878-53h9m0/actions/bad_action.rb:1: syntax error found
28
- > 1 | ... @#$%
29
- | ^ '@' without identifiers is not allowed as an instance variable name
30
-
31
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
32
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
33
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
34
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
35
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
36
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
37
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
38
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
39
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
40
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
41
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
42
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
43
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
44
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
45
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
46
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
47
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
48
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
49
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
50
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
51
- ---------------------------------------------------------------------------------------------------------------------
52
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
53
- ---------------------------------------------------------------------------------------------------------------------
54
- --------------------------------------------------------------------------
55
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
56
- --------------------------------------------------------------------------
57
- ----------------------------------------------------------------------------------------------------------------
58
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
59
- ----------------------------------------------------------------------------------------------------------------
60
- -----------------------------------------------------------------------------
61
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
62
- -----------------------------------------------------------------------------
63
- ----------------------------------------------------------------------------------------------------
64
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
65
- ----------------------------------------------------------------------------------------------------
66
- -----------------------------------------------------------------------------------
67
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
68
- -----------------------------------------------------------------------------------
69
- --------------------------------------------------------------------------------
70
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
71
- --------------------------------------------------------------------------------
72
- ------------------------------------------------------------
73
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
74
- ------------------------------------------------------------
75
- ----------------------------------------------------------------------------------
76
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
77
- ----------------------------------------------------------------------------------
78
- -------------------------------------------------------------------------------------------------------------
79
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
80
- -------------------------------------------------------------------------------------------------------------
81
- ----------------------------------------------------------------------------------------------------------
82
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
83
- ----------------------------------------------------------------------------------------------------------
84
- ----------------------------------------------------------------------------------------------------------
85
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
86
- ----------------------------------------------------------------------------------------------------------
87
- ----------------------------------------------------------------------------------------------------------------
88
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
89
- ----------------------------------------------------------------------------------------------------------------
90
- -----------------------------------------------------------------------------
91
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
92
- -----------------------------------------------------------------------------
93
- -------------------------------------------------------------------------------------------------
94
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
95
- -------------------------------------------------------------------------------------------------
96
- ---------------------------------------------------------------------------------------------------------------------------
97
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
98
- ---------------------------------------------------------------------------------------------------------------------------
99
- -----------------------------------------------------
100
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
101
- -----------------------------------------------------
102
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
103
- Processing by AdminSuite::DocsController#show as MD
104
- Parameters: {"path" => "../../secrets.md"}
105
- Redirected to http://www.example.com/internal/admin_suite/docs/
106
- Completed 302 Found in 1ms (GC: 0.0ms)
107
- ------------------------------------------------------------------------------
108
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
109
- ------------------------------------------------------------------------------
110
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
111
- Processing by AdminSuite::DocsController#index as HTML
112
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
113
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
114
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
115
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.0ms | GC: 0.0ms)
116
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.8ms | GC: 0.0ms)
117
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
118
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
119
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.4ms | GC: 0.0ms)
120
- Completed 200 OK in 11ms (Views: 9.2ms | GC: 0.0ms)
121
- -------------------------------------------------------------------------
122
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
123
- -------------------------------------------------------------------------
124
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
125
- Processing by AdminSuite::DocsController#index as HTML
126
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
127
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
128
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.0ms | GC: 0.0ms)
129
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 4.3ms | GC: 0.0ms)
130
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.1ms | GC: 0.0ms)
131
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
132
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
133
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 9.3ms | GC: 0.0ms)
134
- Completed 200 OK in 10ms (Views: 9.7ms | GC: 0.0ms)
135
- ---------------------------------------------------------------------------------------
136
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
137
- ---------------------------------------------------------------------------------------
138
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
139
- Processing by AdminSuite::DocsController#show as MD
140
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
141
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
142
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
143
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
144
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.9ms | GC: 0.0ms)
145
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.2ms | GC: 0.0ms)
146
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
147
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
148
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.6ms | GC: 0.0ms)
149
- Completed 200 OK in 9ms (Views: 8.3ms | GC: 0.0ms)
150
- ------------------------------------------------------------------
151
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
152
- ------------------------------------------------------------------
153
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
154
- Processing by AdminSuite::DashboardController#index as HTML
155
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
156
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
157
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.3ms | GC: 0.0ms)
158
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
159
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
160
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.9ms | GC: 0.0ms)
161
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.5ms | GC: 0.0ms)
162
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.9ms | GC: 0.0ms)
163
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
164
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
165
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 12.5ms | GC: 0.0ms)
166
- Completed 200 OK in 15ms (Views: 13.0ms | GC: 0.0ms)
167
- -----------------------------------------------------------------
168
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
169
- -----------------------------------------------------------------
170
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 01:37:17 +0000
171
- Processing by AdminSuite::DashboardController#index as HTML
172
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
173
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
174
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
175
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
176
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
177
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.1ms | GC: 0.0ms)
178
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.4ms | GC: 0.0ms)
179
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.0ms | GC: 0.2ms)
180
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
181
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
182
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 10.9ms | GC: 0.2ms)
183
- Completed 200 OK in 12ms (Views: 11.4ms | GC: 0.2ms)
184
- -----------------------------------------------------------------------------------
185
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
186
- -----------------------------------------------------------------------------------
187
- ------------------------------------------------------------
188
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
189
- ------------------------------------------------------------
190
- --------------------------------------------------------------------------------
191
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
192
- --------------------------------------------------------------------------------
193
- ---------------------------------------------------------------------------------------------------------------------
194
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
195
- ---------------------------------------------------------------------------------------------------------------------
196
- --------------------------------------------------------------------------
197
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
198
- --------------------------------------------------------------------------
199
- -----------------------------------------------------------------------------
200
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
201
- -----------------------------------------------------------------------------
202
- ----------------------------------------------------------------------------------------------------------------
203
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
204
- ----------------------------------------------------------------------------------------------------------------
205
- -----------------------------------------------------------------------------------------------------------------------
206
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
207
- -----------------------------------------------------------------------------------------------------------------------
208
- --------------------------------------------------------------------------------------------------------------------
209
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
210
- --------------------------------------------------------------------------------------------------------------------
211
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-41571-tuvli6/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-41571-tuvli6/actions/bad_action.rb:1: syntax error found
212
- > 1 | ... @#$%
213
- | ^ '@' without identifiers is not allowed as an instance variable name
214
-
215
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
216
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
217
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
218
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
219
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
220
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
221
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
222
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
223
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
224
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
225
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
226
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
227
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
228
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
229
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
230
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
231
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
232
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
233
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
234
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
235
- ----------------------------------------------------------------------------------------------------
236
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
237
- ----------------------------------------------------------------------------------------------------
238
- ---------------------------------------------------------------------------------------------------------------------
239
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
240
- ---------------------------------------------------------------------------------------------------------------------
241
- ------------------------------------------------------------------------------
242
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
243
- ------------------------------------------------------------------------------
244
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
245
- Processing by AdminSuite::DocsController#index as HTML
246
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
247
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
248
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
249
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 4.8ms | GC: 0.0ms)
250
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
251
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.4ms | GC: 0.0ms)
252
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.0ms | GC: 0.0ms)
253
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 14.8ms | GC: 0.1ms)
254
- Completed 200 OK in 34ms (Views: 15.6ms | GC: 0.1ms)
255
- -------------------------------------------------------------------------
256
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
257
- -------------------------------------------------------------------------
258
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
259
- Processing by AdminSuite::DocsController#index as HTML
260
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
261
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
262
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
263
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
264
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.5ms | GC: 0.0ms)
265
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
266
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
267
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 4.8ms | GC: 0.0ms)
268
- Completed 200 OK in 5ms (Views: 5.1ms | GC: 0.0ms)
269
- ---------------------------------------------------------------------------------------
270
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
271
- ---------------------------------------------------------------------------------------
272
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
273
- Processing by AdminSuite::DocsController#show as MD
274
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
275
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
276
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
277
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
278
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 4.4ms | GC: 0.0ms)
279
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 4.1ms | GC: 0.0ms)
280
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
281
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
282
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 10.6ms | GC: 0.0ms)
283
- Completed 200 OK in 14ms (Views: 12.9ms | GC: 0.0ms)
284
- -----------------------------------------------------
285
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
286
- -----------------------------------------------------
287
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
288
- Processing by AdminSuite::DocsController#show as MD
289
- Parameters: {"path" => "../../secrets.md"}
290
- Redirected to http://www.example.com/internal/admin_suite/docs/
291
- Completed 302 Found in 1ms (GC: 0.0ms)
292
- ----------------------------------------------------------------------------------
293
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
294
- ----------------------------------------------------------------------------------
295
- ---------------------------------------------------------------------------
296
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
297
- ---------------------------------------------------------------------------
298
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
299
- Processing by AdminSuite::DashboardController#index as HTML
300
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
301
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
302
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.7ms | GC: 0.0ms)
303
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.3ms | GC: 0.0ms)
304
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
305
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 3.8ms | GC: 0.0ms)
306
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.1ms | GC: 0.0ms)
307
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.2ms | GC: 0.0ms)
308
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
309
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
310
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 13.9ms | GC: 0.0ms)
311
- Completed 200 OK in 16ms (Views: 14.6ms | GC: 0.0ms)
312
- ------------------------------------------------------------------
313
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
314
- ------------------------------------------------------------------
315
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
316
- Processing by AdminSuite::DashboardController#index as HTML
317
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
318
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
319
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
320
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
321
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
322
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.9ms | GC: 0.0ms)
323
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.4ms | GC: 0.0ms)
324
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 7.5ms | GC: 3.5ms)
325
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
326
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
327
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 13.6ms | GC: 3.5ms)
328
- Completed 200 OK in 15ms (Views: 14.4ms | GC: 3.5ms)
329
- -----------------------------------------------------------------
330
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
331
- -----------------------------------------------------------------
332
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 01:56:26 +0000
333
- Processing by AdminSuite::DashboardController#index as HTML
334
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
335
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
336
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
337
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
338
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
339
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.0ms | GC: 0.0ms)
340
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 6.8ms | GC: 0.3ms)
341
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 4.9ms | GC: 0.0ms)
342
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
343
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
344
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 14.0ms | GC: 0.3ms)
345
- Completed 200 OK in 16ms (Views: 14.5ms | GC: 0.3ms)
346
- -----------------------------------------------------------------------------
347
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
348
- -----------------------------------------------------------------------------
349
- ----------------------------------------------------------------------------------------------------------------
350
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
351
- ----------------------------------------------------------------------------------------------------------------
352
- -------------------------------------------------------------------------------------------------
353
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
354
- -------------------------------------------------------------------------------------------------
355
- ----------------------------------------------------------------------------------------------------------
356
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
357
- ----------------------------------------------------------------------------------------------------------
358
- ----------------------------------------------------------------------------------------------------------
359
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
360
- ----------------------------------------------------------------------------------------------------------
361
- ---------------------------------------------------------------------------------------------------------------------------
362
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
363
- ---------------------------------------------------------------------------------------------------------------------------
364
- -------------------------------------------------------------------------------------------------------------
365
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
366
- -------------------------------------------------------------------------------------------------------------
367
- --------------------------------------------------------------------------
368
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
369
- --------------------------------------------------------------------------
370
- --------------------------------------------------------------------------------------------------------------------
371
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
372
- --------------------------------------------------------------------------------------------------------------------
373
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-47865-ljykel/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-47865-ljykel/actions/bad_action.rb:1: syntax error found
374
- > 1 | ... @#$%
375
- | ^ '@' without identifiers is not allowed as an instance variable name
376
-
377
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
378
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
379
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
380
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
381
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
382
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
383
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
384
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
385
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
386
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
387
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
388
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
389
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
390
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
391
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
392
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
393
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
394
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
395
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
396
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
397
- ---------------------------------------------------------------------------------------------------------------------
398
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
399
- ---------------------------------------------------------------------------------------------------------------------
400
- -----------------------------------------------------------------------------------------------------------------------
401
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
402
- -----------------------------------------------------------------------------------------------------------------------
403
- ---------------------------------------------------------------------------------------------------------------------
404
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
405
- ---------------------------------------------------------------------------------------------------------------------
406
- -----------------------------------------------------------------------------
407
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
408
- -----------------------------------------------------------------------------
409
- ----------------------------------------------------------------------------------------------------------------
410
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
411
- ----------------------------------------------------------------------------------------------------------------
412
- ----------------------------------------------------------------------------------------------------
413
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
414
- ----------------------------------------------------------------------------------------------------
415
- ---------------------------------------------------------------------------
416
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
417
- ---------------------------------------------------------------------------
418
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
419
- Processing by AdminSuite::DashboardController#index as HTML
420
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
421
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
422
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 2.8ms | GC: 0.1ms)
423
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.6ms | GC: 0.0ms)
424
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
425
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 5.2ms | GC: 0.1ms)
426
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.9ms | GC: 0.0ms)
427
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
428
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.5ms | GC: 0.0ms)
429
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.0ms | GC: 0.0ms)
430
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 20.2ms | GC: 0.1ms)
431
- Completed 200 OK in 31ms (Views: 21.8ms | GC: 0.1ms)
432
- -----------------------------------------------------
433
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
434
- -----------------------------------------------------
435
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
436
- Processing by AdminSuite::DocsController#show as MD
437
- Parameters: {"path" => "../../secrets.md"}
438
- Redirected to http://www.example.com/internal/admin_suite/docs/
439
- Completed 302 Found in 1ms (GC: 0.0ms)
440
- ------------------------------------------------------------------------------
441
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
442
- ------------------------------------------------------------------------------
443
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
444
- Processing by AdminSuite::DocsController#index as HTML
445
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
446
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
447
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
448
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.1ms | GC: 0.0ms)
449
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.3ms | GC: 0.0ms)
450
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
451
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
452
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 5.7ms | GC: 0.0ms)
453
- Completed 200 OK in 7ms (Views: 6.1ms | GC: 0.0ms)
454
- -------------------------------------------------------------------------
455
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
456
- -------------------------------------------------------------------------
457
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
458
- Processing by AdminSuite::DocsController#index as HTML
459
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
460
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
461
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
462
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.0ms | GC: 0.0ms)
463
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.6ms | GC: 0.0ms)
464
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
465
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
466
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 4.8ms | GC: 0.0ms)
467
- Completed 200 OK in 5ms (Views: 5.1ms | GC: 0.0ms)
468
- ---------------------------------------------------------------------------------------
469
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
470
- ---------------------------------------------------------------------------------------
471
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
472
- Processing by AdminSuite::DocsController#show as MD
473
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
474
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
475
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
476
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
477
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.4ms | GC: 0.0ms)
478
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.5ms | GC: 0.0ms)
479
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
480
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
481
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 4.1ms | GC: 0.0ms)
482
- Completed 200 OK in 5ms (Views: 4.5ms | GC: 0.0ms)
483
- ------------------------------------------------------------------
484
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
485
- ------------------------------------------------------------------
486
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
487
- Processing by AdminSuite::DashboardController#index as HTML
488
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
489
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
490
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
491
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
492
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
493
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
494
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.7ms | GC: 0.0ms)
495
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.6ms | GC: 3.3ms)
496
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
497
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
498
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 9.1ms | GC: 3.3ms)
499
- Completed 200 OK in 10ms (Views: 9.4ms | GC: 3.3ms)
500
- -----------------------------------------------------------------
501
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
502
- -----------------------------------------------------------------
503
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:27:45 +0000
504
- Processing by AdminSuite::DashboardController#index as HTML
505
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
506
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
507
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
508
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
509
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
510
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
511
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.3ms)
512
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.7ms | GC: 0.0ms)
513
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
514
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
515
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.3ms | GC: 0.3ms)
516
- Completed 200 OK in 7ms (Views: 6.6ms | GC: 0.3ms)
517
- ----------------------------------------------------------------------------------
518
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
519
- ----------------------------------------------------------------------------------
520
- --------------------------------------------------------------------------------
521
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
522
- --------------------------------------------------------------------------------
523
- -----------------------------------------------------------------------------------
524
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
525
- -----------------------------------------------------------------------------------
526
- ------------------------------------------------------------
527
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
528
- ------------------------------------------------------------
529
- ----------------------------------------------------------------------------------------------------------------
530
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
531
- ----------------------------------------------------------------------------------------------------------------
532
- ----------------------------------------------------------------------------------------------------------
533
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
534
- ----------------------------------------------------------------------------------------------------------
535
- -------------------------------------------------------------------------------------------------------------
536
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
537
- -------------------------------------------------------------------------------------------------------------
538
- ----------------------------------------------------------------------------------------------------------
539
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
540
- ----------------------------------------------------------------------------------------------------------
541
- -------------------------------------------------------------------------------------------------
542
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
543
- -------------------------------------------------------------------------------------------------
544
- -----------------------------------------------------------------------------
545
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
546
- -----------------------------------------------------------------------------
547
- ---------------------------------------------------------------------------------------------------------------------------
548
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
549
- ---------------------------------------------------------------------------------------------------------------------------
550
- --------------------------------------------------------------------------------
551
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
552
- --------------------------------------------------------------------------------
553
- -----------------------------------------------------------------------------------
554
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
555
- -----------------------------------------------------------------------------------
556
- ------------------------------------------------------------
557
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
558
- ------------------------------------------------------------
559
- -----------------------------------------------------
560
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
561
- -----------------------------------------------------
562
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
563
- Processing by AdminSuite::DocsController#show as MD
564
- Parameters: {"path" => "../../secrets.md"}
565
- Redirected to http://www.example.com/internal/admin_suite/docs/
566
- Completed 302 Found in 17ms (GC: 0.0ms)
567
- ------------------------------------------------------------------------------
568
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
569
- ------------------------------------------------------------------------------
570
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
571
- Processing by AdminSuite::DocsController#index as HTML
572
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
573
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
574
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
575
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.9ms | GC: 0.0ms)
576
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
577
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.4ms | GC: 0.0ms)
578
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.5ms | GC: 0.0ms)
579
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 18.1ms | GC: 0.1ms)
580
- Completed 200 OK in 22ms (Views: 19.2ms | GC: 0.1ms)
581
- ---------------------------------------------------------------------------------------
582
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
583
- ---------------------------------------------------------------------------------------
584
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
585
- Processing by AdminSuite::DocsController#show as MD
586
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
587
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
588
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
589
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
590
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.2ms | GC: 0.0ms)
591
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.4ms | GC: 0.0ms)
592
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
593
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
594
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.3ms | GC: 0.0ms)
595
- Completed 200 OK in 9ms (Views: 7.8ms | GC: 0.0ms)
596
- -------------------------------------------------------------------------
597
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
598
- -------------------------------------------------------------------------
599
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
600
- Processing by AdminSuite::DocsController#index as HTML
601
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
602
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
603
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
604
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.9ms | GC: 0.0ms)
605
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.3ms | GC: 0.0ms)
606
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
607
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
608
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 4.4ms | GC: 0.0ms)
609
- Completed 200 OK in 5ms (Views: 4.7ms | GC: 0.0ms)
610
- ---------------------------------------------------------------------------
611
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
612
- ---------------------------------------------------------------------------
613
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
614
- Processing by AdminSuite::DashboardController#index as HTML
615
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
616
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
617
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.8ms | GC: 0.0ms)
618
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.4ms | GC: 0.0ms)
619
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
620
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 2.9ms | GC: 0.0ms)
621
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.9ms | GC: 0.0ms)
622
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
623
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
624
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
625
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.6ms | GC: 0.0ms)
626
- Completed 200 OK in 11ms (Views: 9.0ms | GC: 0.0ms)
627
- -----------------------------------------------------------------
628
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
629
- -----------------------------------------------------------------
630
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
631
- Processing by AdminSuite::DashboardController#index as HTML
632
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
633
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
634
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
635
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
636
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
637
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
638
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
639
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
640
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
641
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 3.6ms | GC: 3.2ms)
642
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 10.5ms | GC: 3.2ms)
643
- Completed 200 OK in 11ms (Views: 10.8ms | GC: 3.2ms)
644
- ------------------------------------------------------------------
645
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
646
- ------------------------------------------------------------------
647
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:49:00 +0000
648
- Processing by AdminSuite::DashboardController#index as HTML
649
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
650
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
651
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
652
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
653
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
654
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.8ms | GC: 0.0ms)
655
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.4ms | GC: 0.0ms)
656
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.8ms | GC: 0.3ms)
657
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
658
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.4ms | GC: 0.0ms)
659
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.7ms | GC: 0.3ms)
660
- Completed 200 OK in 9ms (Views: 8.2ms | GC: 0.3ms)
661
- ----------------------------------------------------------------------------------
662
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
663
- ----------------------------------------------------------------------------------
664
- -----------------------------------------------------------------------------------------------------------------------
665
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
666
- -----------------------------------------------------------------------------------------------------------------------
667
- --------------------------------------------------------------------------
668
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
669
- --------------------------------------------------------------------------
670
- ----------------------------------------------------------------------------------------------------
671
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
672
- ----------------------------------------------------------------------------------------------------
673
- --------------------------------------------------------------------------------------------------------------------
674
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
675
- --------------------------------------------------------------------------------------------------------------------
676
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-52284-vydaai/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-52284-vydaai/actions/bad_action.rb:1: syntax error found
677
- > 1 | ... @#$%
678
- | ^ '@' without identifiers is not allowed as an instance variable name
679
-
680
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
681
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
682
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
683
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
684
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
685
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
686
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
687
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
688
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
689
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
690
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
691
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
692
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
693
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
694
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
695
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
696
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
697
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
698
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
699
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
700
- ---------------------------------------------------------------------------------------------------------------------
701
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
702
- ---------------------------------------------------------------------------------------------------------------------
703
- ---------------------------------------------------------------------------------------------------------------------
704
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
705
- ---------------------------------------------------------------------------------------------------------------------
706
- -----------------------------------------------------------------------------
707
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
708
- -----------------------------------------------------------------------------
709
- ----------------------------------------------------------------------------------------------------------------
710
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
711
- ----------------------------------------------------------------------------------------------------------------
712
- ----------------------------------------------------------------------------------------------------------------
713
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
714
- ----------------------------------------------------------------------------------------------------------------
715
- ---------------------------------------------------------------------------------------------------------------------------
716
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
717
- ---------------------------------------------------------------------------------------------------------------------------
718
- ----------------------------------------------------------------------------------------------------------
719
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
720
- ----------------------------------------------------------------------------------------------------------
721
- ----------------------------------------------------------------------------------------------------------
722
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
723
- ----------------------------------------------------------------------------------------------------------
724
- -------------------------------------------------------------------------------------------------------------
725
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
726
- -------------------------------------------------------------------------------------------------------------
727
- -------------------------------------------------------------------------------------------------
728
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
729
- -------------------------------------------------------------------------------------------------
730
- -----------------------------------------------------------------------------
731
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
732
- -----------------------------------------------------------------------------
733
- ---------------------------------------------------------------------------
734
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
735
- ---------------------------------------------------------------------------
736
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:58:53 +0000
737
- Processing by AdminSuite::DashboardController#index as HTML
738
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
739
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
740
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 6.9ms | GC: 0.2ms)
741
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.4ms | GC: 0.0ms)
742
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
743
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 10.9ms | GC: 0.2ms)
744
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.8ms | GC: 0.0ms)
745
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
746
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.4ms | GC: 0.0ms)
747
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 2.1ms | GC: 0.0ms)
748
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 26.7ms | GC: 0.2ms)
749
- Completed 200 OK in 44ms (Views: 28.5ms | GC: 0.3ms)
750
- ---------------------------------------------------------------------------------------
751
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
752
- ---------------------------------------------------------------------------------------
753
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 02:58:53 +0000
754
- Processing by AdminSuite::DocsController#show as MD
755
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
756
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
757
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
758
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.5ms | GC: 0.0ms)
759
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.9ms | GC: 0.0ms)
760
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
761
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
762
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
763
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.5ms | GC: 0.0ms)
764
- Completed 200 OK in 9ms (Views: 8.4ms | GC: 0.0ms)
765
- ------------------------------------------------------------------------------
766
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
767
- ------------------------------------------------------------------------------
768
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 02:58:53 +0000
769
- Processing by AdminSuite::DocsController#index as HTML
770
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
771
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
772
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
773
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
774
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
775
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
776
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
777
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.2ms | GC: 0.0ms)
778
- Completed 200 OK in 8ms (Views: 6.7ms | GC: 0.0ms)
779
- -----------------------------------------------------
780
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
781
- -----------------------------------------------------
782
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 02:58:54 +0000
783
- Processing by AdminSuite::DocsController#show as MD
784
- Parameters: {"path" => "../../secrets.md"}
785
- Redirected to http://www.example.com/internal/admin_suite/docs/
786
- Completed 302 Found in 0ms (GC: 0.0ms)
787
- -------------------------------------------------------------------------
788
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
789
- -------------------------------------------------------------------------
790
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 02:58:54 +0000
791
- Processing by AdminSuite::DocsController#index as HTML
792
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
793
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
794
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
795
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
796
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.6ms | GC: 0.0ms)
797
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
798
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
799
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 5.0ms | GC: 0.0ms)
800
- Completed 200 OK in 6ms (Views: 5.3ms | GC: 0.0ms)
801
- ------------------------------------------------------------
802
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
803
- ------------------------------------------------------------
804
- -----------------------------------------------------------------------------------
805
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
806
- -----------------------------------------------------------------------------------
807
- --------------------------------------------------------------------------------
808
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
809
- --------------------------------------------------------------------------------
810
- ----------------------------------------------------------------------------------
811
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
812
- ----------------------------------------------------------------------------------
813
- ---------------------------------------------------------------------------------------------------------------------------
814
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
815
- ---------------------------------------------------------------------------------------------------------------------------
816
- ----------------------------------------------------------------------------------------------------------
817
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
818
- ----------------------------------------------------------------------------------------------------------
819
- ----------------------------------------------------------------------------------------------------------
820
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
821
- ----------------------------------------------------------------------------------------------------------
822
- -------------------------------------------------------------------------------------------------------------
823
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
824
- -------------------------------------------------------------------------------------------------------------
825
- -------------------------------------------------------------------------------------------------
826
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
827
- -------------------------------------------------------------------------------------------------
828
- ----------------------------------------------------------------------------------------------------------------
829
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
830
- ----------------------------------------------------------------------------------------------------------------
831
- -----------------------------------------------------------------------------
832
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
833
- -----------------------------------------------------------------------------
834
- ----------------------------------------------------------------------------------------------------
835
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
836
- ----------------------------------------------------------------------------------------------------
837
- --------------------------------------------------------------------------------------------------------------------
838
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
839
- --------------------------------------------------------------------------------------------------------------------
840
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-53945-kvavgq/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-53945-kvavgq/actions/bad_action.rb:1: syntax error found
841
- > 1 | ... @#$%
842
- | ^ '@' without identifiers is not allowed as an instance variable name
843
-
844
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
845
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
846
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
847
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
848
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
849
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
850
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
851
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
852
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
853
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
854
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
855
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
856
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
857
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
858
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
859
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
860
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
861
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
862
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
863
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
864
- -----------------------------------------------------------------------------------------------------------------------
865
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
866
- -----------------------------------------------------------------------------------------------------------------------
867
- ---------------------------------------------------------------------------------------------------------------------
868
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
869
- ---------------------------------------------------------------------------------------------------------------------
870
- -----------------------------------------------------------------------------
871
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
872
- -----------------------------------------------------------------------------
873
- --------------------------------------------------------------------------
874
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
875
- --------------------------------------------------------------------------
876
- ---------------------------------------------------------------------------------------------------------------------
877
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
878
- ---------------------------------------------------------------------------------------------------------------------
879
- ----------------------------------------------------------------------------------------------------------------
880
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
881
- ----------------------------------------------------------------------------------------------------------------
882
- -----------------------------------------------------------------
883
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
884
- -----------------------------------------------------------------
885
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:58:54 +0000
886
- Processing by AdminSuite::DashboardController#index as HTML
887
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
888
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
889
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.4ms | GC: 0.0ms)
890
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
891
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
892
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.3ms | GC: 0.0ms)
893
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.2ms | GC: 0.0ms)
894
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.9ms | GC: 0.0ms)
895
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
896
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.2ms | GC: 0.0ms)
897
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 11.4ms | GC: 0.0ms)
898
- Completed 200 OK in 14ms (Views: 12.2ms | GC: 0.0ms)
899
- ------------------------------------------------------------------
900
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
901
- ------------------------------------------------------------------
902
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 02:58:54 +0000
903
- Processing by AdminSuite::DashboardController#index as HTML
904
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
905
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
906
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.3ms | GC: 0.0ms)
907
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
908
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
909
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.0ms | GC: 0.0ms)
910
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.1ms | GC: 0.0ms)
911
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.4ms)
912
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.2ms | GC: 0.0ms)
913
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.7ms | GC: 0.0ms)
914
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.2ms | GC: 0.4ms)
915
- Completed 200 OK in 9ms (Views: 8.8ms | GC: 0.4ms)
916
- ----------------------------------------------------------------------------------
917
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
918
- ----------------------------------------------------------------------------------
919
- -------------------------------------------------------------------------------------------------
920
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
921
- -------------------------------------------------------------------------------------------------
922
- -------------------------------------------------------------------------------------------------------------
923
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
924
- -------------------------------------------------------------------------------------------------------------
925
- ----------------------------------------------------------------------------------------------------------
926
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
927
- ----------------------------------------------------------------------------------------------------------
928
- ----------------------------------------------------------------------------------------------------------------
929
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
930
- ----------------------------------------------------------------------------------------------------------------
931
- ---------------------------------------------------------------------------------------------------------------------------
932
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
933
- ---------------------------------------------------------------------------------------------------------------------------
934
- ----------------------------------------------------------------------------------------------------------
935
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
936
- ----------------------------------------------------------------------------------------------------------
937
- -----------------------------------------------------------------------------
938
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
939
- -----------------------------------------------------------------------------
940
- -----------------------------------------------------------------
941
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
942
- -----------------------------------------------------------------
943
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
944
- Processing by AdminSuite::DashboardController#index as HTML
945
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
946
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
947
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 5.7ms | GC: 0.1ms)
948
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.4ms | GC: 0.0ms)
949
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
950
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 11.1ms | GC: 0.1ms)
951
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.3ms | GC: 0.0ms)
952
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
953
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.5ms | GC: 0.0ms)
954
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.0ms | GC: 0.0ms)
955
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 24.9ms | GC: 0.1ms)
956
- Completed 200 OK in 36ms (Views: 25.9ms | GC: 0.2ms)
957
- ------------------------------------------------------------------
958
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
959
- ------------------------------------------------------------------
960
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
961
- Processing by AdminSuite::DashboardController#index as HTML
962
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
963
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
964
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
965
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
966
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
967
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.8ms | GC: 0.0ms)
968
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.6ms | GC: 0.0ms)
969
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.0ms | GC: 0.0ms)
970
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
971
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.2ms | GC: 0.0ms)
972
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 5.7ms | GC: 0.0ms)
973
- Completed 200 OK in 7ms (Views: 6.0ms | GC: 0.0ms)
974
- -----------------------------------------------------------------------------
975
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
976
- -----------------------------------------------------------------------------
977
- ---------------------------------------------------------------------------------------------------------------------
978
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
979
- ---------------------------------------------------------------------------------------------------------------------
980
- -----------------------------------------------------------------------------------------------------------------------
981
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
982
- -----------------------------------------------------------------------------------------------------------------------
983
- --------------------------------------------------------------------------
984
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
985
- --------------------------------------------------------------------------
986
- ----------------------------------------------------------------------------------------------------
987
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
988
- ----------------------------------------------------------------------------------------------------
989
- --------------------------------------------------------------------------------------------------------------------
990
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
991
- --------------------------------------------------------------------------------------------------------------------
992
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-54886-i9p0zw/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-54886-i9p0zw/actions/bad_action.rb:1: syntax error found
993
- > 1 | ... @#$%
994
- | ^ '@' without identifiers is not allowed as an instance variable name
995
-
996
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
997
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
998
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
999
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
1000
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
1001
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
1002
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
1003
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
1004
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
1005
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
1006
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
1007
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
1008
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
1009
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
1010
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
1011
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
1012
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
1013
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
1014
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
1015
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
1016
- ---------------------------------------------------------------------------------------------------------------------
1017
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
1018
- ---------------------------------------------------------------------------------------------------------------------
1019
- ----------------------------------------------------------------------------------------------------------------
1020
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
1021
- ----------------------------------------------------------------------------------------------------------------
1022
- -----------------------------------------------------------------------------------
1023
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
1024
- -----------------------------------------------------------------------------------
1025
- ------------------------------------------------------------
1026
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
1027
- ------------------------------------------------------------
1028
- --------------------------------------------------------------------------------
1029
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
1030
- --------------------------------------------------------------------------------
1031
- ---------------------------------------------------------------------------
1032
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
1033
- ---------------------------------------------------------------------------
1034
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
1035
- Processing by AdminSuite::DashboardController#index as HTML
1036
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1037
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1038
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
1039
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1040
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1041
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
1042
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.0ms | GC: 0.0ms)
1043
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
1044
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1045
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1046
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.1ms | GC: 0.0ms)
1047
- Completed 200 OK in 7ms (Views: 6.6ms | GC: 0.0ms)
1048
- -------------------------------------------------------------------------------------------
1049
- AdminSuite::DashboardTest: test_loads_custom_root_dashboard_definition_from_dashboard_globs
1050
- -------------------------------------------------------------------------------------------
1051
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
1052
- Processing by AdminSuite::DashboardController#index as HTML
1053
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1054
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1055
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1056
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1057
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.3ms | GC: 0.0ms)
1058
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
1059
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
1060
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1061
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1062
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.1ms | GC: 0.0ms)
1063
- Completed 200 OK in 7ms (Views: 6.4ms | GC: 0.0ms)
1064
- ------------------------------------------------------------------------------
1065
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
1066
- ------------------------------------------------------------------------------
1067
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
1068
- Processing by AdminSuite::DocsController#index as HTML
1069
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1070
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1071
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
1072
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
1073
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.9ms | GC: 0.0ms)
1074
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1075
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1076
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.4ms | GC: 0.0ms)
1077
- Completed 200 OK in 12ms (Views: 6.9ms | GC: 3.2ms)
1078
- ---------------------------------------------------------------------------------------
1079
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
1080
- ---------------------------------------------------------------------------------------
1081
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
1082
- Processing by AdminSuite::DocsController#show as MD
1083
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
1084
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1085
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1086
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
1087
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.7ms | GC: 0.0ms)
1088
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.8ms | GC: 0.0ms)
1089
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1090
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.2ms | GC: 0.0ms)
1091
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 5.3ms | GC: 0.0ms)
1092
- Completed 200 OK in 7ms (Views: 6.1ms | GC: 0.3ms)
1093
- -----------------------------------------------------
1094
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
1095
- -----------------------------------------------------
1096
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
1097
- Processing by AdminSuite::DocsController#show as MD
1098
- Parameters: {"path" => "../../secrets.md"}
1099
- Redirected to http://www.example.com/internal/admin_suite/docs/
1100
- Completed 302 Found in 0ms (GC: 0.0ms)
1101
- -------------------------------------------------------------------------
1102
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
1103
- -------------------------------------------------------------------------
1104
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 03:20:42 +0000
1105
- Processing by AdminSuite::DocsController#index as HTML
1106
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1107
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1108
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
1109
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.1ms)
1110
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
1111
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1112
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.2ms | GC: 0.0ms)
1113
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.3ms | GC: 0.1ms)
1114
- Completed 200 OK in 7ms (Views: 6.6ms | GC: 0.1ms)
1115
- -----------------------------------------------------------------------------------------------------------------------
1116
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
1117
- -----------------------------------------------------------------------------------------------------------------------
1118
- ---------------------------------------------------------------------------------------------------------------------
1119
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
1120
- ---------------------------------------------------------------------------------------------------------------------
1121
- ----------------------------------------------------------------------------------------------------
1122
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
1123
- ----------------------------------------------------------------------------------------------------
1124
- --------------------------------------------------------------------------
1125
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
1126
- --------------------------------------------------------------------------
1127
- ----------------------------------------------------------------------------------------------------------------
1128
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
1129
- ----------------------------------------------------------------------------------------------------------------
1130
- --------------------------------------------------------------------------------------------------------------------
1131
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
1132
- --------------------------------------------------------------------------------------------------------------------
1133
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-55419-28zmpm/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-55419-28zmpm/actions/bad_action.rb:1: syntax error found
1134
- > 1 | ... @#$%
1135
- | ^ '@' without identifiers is not allowed as an instance variable name
1136
-
1137
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
1138
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
1139
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
1140
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
1141
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
1142
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
1143
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
1144
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
1145
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
1146
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
1147
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
1148
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
1149
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
1150
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
1151
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
1152
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
1153
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
1154
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
1155
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
1156
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
1157
- -----------------------------------------------------------------------------
1158
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
1159
- -----------------------------------------------------------------------------
1160
- ---------------------------------------------------------------------------------------------------------------------
1161
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
1162
- ---------------------------------------------------------------------------------------------------------------------
1163
- -----------------------------------------------------------------
1164
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
1165
- -----------------------------------------------------------------
1166
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1167
- Processing by AdminSuite::DashboardController#index as HTML
1168
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1169
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1170
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 3.0ms | GC: 0.1ms)
1171
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.4ms | GC: 0.0ms)
1172
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1173
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 5.3ms | GC: 0.1ms)
1174
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.2ms | GC: 0.0ms)
1175
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1176
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.4ms | GC: 0.0ms)
1177
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.3ms | GC: 0.0ms)
1178
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 18.7ms | GC: 0.1ms)
1179
- Completed 200 OK in 31ms (Views: 19.7ms | GC: 0.2ms)
1180
- ------------------------------------------------------------------
1181
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
1182
- ------------------------------------------------------------------
1183
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1184
- Processing by AdminSuite::DashboardController#index as HTML
1185
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1186
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1187
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
1188
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1189
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1190
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.8ms | GC: 0.0ms)
1191
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1192
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.8ms | GC: 0.0ms)
1193
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
1194
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1195
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.3ms | GC: 0.0ms)
1196
- Completed 200 OK in 8ms (Views: 7.7ms | GC: 0.0ms)
1197
- ----------------------------------------------------------------------------------------------------------
1198
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
1199
- ----------------------------------------------------------------------------------------------------------
1200
- -------------------------------------------------------------------------------------------------------------
1201
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
1202
- -------------------------------------------------------------------------------------------------------------
1203
- ---------------------------------------------------------------------------------------------------------------------------
1204
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
1205
- ---------------------------------------------------------------------------------------------------------------------------
1206
- ----------------------------------------------------------------------------------------------------------------
1207
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
1208
- ----------------------------------------------------------------------------------------------------------------
1209
- -----------------------------------------------------------------------------
1210
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
1211
- -----------------------------------------------------------------------------
1212
- ----------------------------------------------------------------------------------------------------------
1213
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
1214
- ----------------------------------------------------------------------------------------------------------
1215
- -------------------------------------------------------------------------------------------------
1216
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
1217
- -------------------------------------------------------------------------------------------------
1218
- ----------------------------------------------------------------------------------
1219
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
1220
- ----------------------------------------------------------------------------------
1221
- ------------------------------------------------------------------------------
1222
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
1223
- ------------------------------------------------------------------------------
1224
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1225
- Processing by AdminSuite::DocsController#index as HTML
1226
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1227
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1228
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.6ms | GC: 0.0ms)
1229
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
1230
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
1231
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1232
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1233
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.8ms | GC: 0.0ms)
1234
- Completed 200 OK in 9ms (Views: 7.3ms | GC: 0.0ms)
1235
- -----------------------------------------------------
1236
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
1237
- -----------------------------------------------------
1238
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1239
- Processing by AdminSuite::DocsController#show as MD
1240
- Parameters: {"path" => "../../secrets.md"}
1241
- Redirected to http://www.example.com/internal/admin_suite/docs/
1242
- Completed 302 Found in 0ms (GC: 0.0ms)
1243
- ---------------------------------------------------------------------------------------
1244
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
1245
- ---------------------------------------------------------------------------------------
1246
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1247
- Processing by AdminSuite::DocsController#show as MD
1248
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
1249
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1250
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1251
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
1252
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.9ms | GC: 0.0ms)
1253
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
1254
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
1255
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1256
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.6ms | GC: 0.0ms)
1257
- Completed 200 OK in 8ms (Views: 7.0ms | GC: 0.0ms)
1258
- -------------------------------------------------------------------------
1259
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
1260
- -------------------------------------------------------------------------
1261
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1262
- Processing by AdminSuite::DocsController#index as HTML
1263
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1264
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1265
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.0ms | GC: 0.0ms)
1266
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1267
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
1268
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1269
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1270
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.6ms | GC: 0.0ms)
1271
- Completed 200 OK in 7ms (Views: 6.9ms | GC: 0.0ms)
1272
- ---------------------------------------------------------------------------
1273
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
1274
- ---------------------------------------------------------------------------
1275
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1276
- Processing by AdminSuite::DashboardController#index as HTML
1277
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1278
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1279
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
1280
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1281
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1282
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
1283
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1284
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.2ms)
1285
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1286
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1287
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.3ms | GC: 0.2ms)
1288
- Completed 200 OK in 8ms (Views: 7.8ms | GC: 0.2ms)
1289
- -------------------------------------------------------------------------------------------
1290
- AdminSuite::DashboardTest: test_loads_custom_root_dashboard_definition_from_dashboard_globs
1291
- -------------------------------------------------------------------------------------------
1292
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:25:02 +0000
1293
- Processing by AdminSuite::DashboardController#index as HTML
1294
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1295
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1296
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1297
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1298
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.8ms | GC: 0.0ms)
1299
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 3.1ms | GC: 0.0ms)
1300
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 4.2ms | GC: 0.2ms)
1301
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1302
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1303
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 9.6ms | GC: 0.2ms)
1304
- Completed 200 OK in 11ms (Views: 10.0ms | GC: 0.2ms)
1305
- -----------------------------------------------------------------------------------
1306
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
1307
- -----------------------------------------------------------------------------------
1308
- --------------------------------------------------------------------------------
1309
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
1310
- --------------------------------------------------------------------------------
1311
- ------------------------------------------------------------
1312
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
1313
- ------------------------------------------------------------
1314
- -----------------------------------------------------------------------------
1315
- AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
1316
- -----------------------------------------------------------------------------
1317
- -------------------------------------------------------------------------------------------------
1318
- AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
1319
- -------------------------------------------------------------------------------------------------
1320
- ----------------------------------------------------------------------------------------------------------
1321
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
1322
- ----------------------------------------------------------------------------------------------------------
1323
- ----------------------------------------------------------------------------------------------------------
1324
- AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
1325
- ----------------------------------------------------------------------------------------------------------
1326
- -------------------------------------------------------------------------------------------------------------
1327
- AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
1328
- -------------------------------------------------------------------------------------------------------------
1329
- ---------------------------------------------------------------------------------------------------------------------------
1330
- AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
1331
- ---------------------------------------------------------------------------------------------------------------------------
1332
- ----------------------------------------------------------------------------------------------------------------
1333
- AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
1334
- ----------------------------------------------------------------------------------------------------------------
1335
- -----------------------------------------------------
1336
- AdminSuite::DocsTest: test_docs_blocks_path_traversal
1337
- -----------------------------------------------------
1338
- Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1339
- Processing by AdminSuite::DocsController#show as MD
1340
- Parameters: {"path" => "../../secrets.md"}
1341
- Redirected to http://www.example.com/internal/admin_suite/docs/
1342
- Completed 302 Found in 11ms (GC: 0.0ms)
1343
- -------------------------------------------------------------------------
1344
- AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
1345
- -------------------------------------------------------------------------
1346
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1347
- Processing by AdminSuite::DocsController#index as HTML
1348
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1349
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1350
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.6ms | GC: 0.0ms)
1351
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 6.2ms | GC: 0.0ms)
1352
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
1353
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.5ms | GC: 0.0ms)
1354
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.4ms | GC: 0.0ms)
1355
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 18.4ms | GC: 0.0ms)
1356
- Completed 200 OK in 21ms (Views: 19.5ms | GC: 0.0ms)
1357
- ---------------------------------------------------------------------------------------
1358
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
1359
- ---------------------------------------------------------------------------------------
1360
- Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1361
- Processing by AdminSuite::DocsController#show as MD
1362
- Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
1363
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1364
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1365
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
1366
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
1367
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
1368
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1369
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1370
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.3ms | GC: 0.0ms)
1371
- Completed 200 OK in 8ms (Views: 7.3ms | GC: 0.0ms)
1372
- ------------------------------------------------------------------------------
1373
- AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
1374
- ------------------------------------------------------------------------------
1375
- Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1376
- Processing by AdminSuite::DocsController#index as HTML
1377
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1378
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
1379
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
1380
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1381
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
1382
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1383
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1384
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.2ms | GC: 0.0ms)
1385
- Completed 200 OK in 10ms (Views: 8.6ms | GC: 0.0ms)
1386
- ---------------------------------------------------------------------------
1387
- AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
1388
- ---------------------------------------------------------------------------
1389
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1390
- Processing by AdminSuite::DashboardController#index as HTML
1391
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1392
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1393
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.8ms | GC: 0.0ms)
1394
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.5ms | GC: 0.0ms)
1395
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1396
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 3.9ms | GC: 0.0ms)
1397
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1398
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.1ms | GC: 0.0ms)
1399
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1400
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1401
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 10.0ms | GC: 0.0ms)
1402
- Completed 200 OK in 12ms (Views: 10.4ms | GC: 0.0ms)
1403
- -------------------------------------------------------------------------------------------
1404
- AdminSuite::DashboardTest: test_loads_custom_root_dashboard_definition_from_dashboard_globs
1405
- -------------------------------------------------------------------------------------------
1406
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1407
- Processing by AdminSuite::DashboardController#index as HTML
1408
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1409
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1410
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1411
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1412
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.5ms | GC: 0.0ms)
1413
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 6.8ms | GC: 3.3ms)
1414
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
1415
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1416
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1417
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 10.7ms | GC: 3.3ms)
1418
- Completed 200 OK in 12ms (Views: 11.1ms | GC: 3.3ms)
1419
- -----------------------------------------------------------------
1420
- AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
1421
- -----------------------------------------------------------------
1422
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1423
- Processing by AdminSuite::DashboardController#index as HTML
1424
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1425
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1426
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
1427
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1428
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1429
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.1ms | GC: 0.3ms)
1430
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
1431
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
1432
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1433
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1434
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.5ms | GC: 0.3ms)
1435
- Completed 200 OK in 8ms (Views: 7.9ms | GC: 0.3ms)
1436
- ------------------------------------------------------------------
1437
- AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
1438
- ------------------------------------------------------------------
1439
- Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-09 03:31:09 +0000
1440
- Processing by AdminSuite::DashboardController#index as HTML
1441
- Rendering layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
1442
- Rendering /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
1443
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.3ms | GC: 0.0ms)
1444
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1445
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
1446
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 1.0ms | GC: 0.0ms)
1447
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
1448
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.8ms | GC: 0.0ms)
1449
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
1450
- Rendered /workspaces/metrix_nest/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
1451
- Rendered layout /workspaces/metrix_nest/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.6ms | GC: 0.2ms)
1452
- Completed 200 OK in 9ms (Views: 8.1ms | GC: 0.2ms)
1453
- ---------------------------------------------------------------------------------------------------------------------
1454
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
1455
- ---------------------------------------------------------------------------------------------------------------------
1456
- ----------------------------------------------------------------------------------------------------------------
1457
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
1458
- ----------------------------------------------------------------------------------------------------------------
1459
- -----------------------------------------------------------------------------
1460
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
1461
- -----------------------------------------------------------------------------
1462
- --------------------------------------------------------------------------------------------------------------------
1463
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
1464
- --------------------------------------------------------------------------------------------------------------------
1465
- [AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260209-55612-2n1qol/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260209-55612-2n1qol/actions/bad_action.rb:1: syntax error found
1466
- > 1 | ... @#$%
1467
- | ^ '@' without identifiers is not allowed as an instance variable name
1468
-
1469
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
1470
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
1471
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
1472
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
1473
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
1474
- /workspaces/metrix_nest/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
1475
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
1476
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
1477
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
1478
- /workspaces/metrix_nest/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
1479
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
1480
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
1481
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
1482
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
1483
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
1484
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'block in ActiveSupport::Executor::TestHelper#run'
1485
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
1486
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
1487
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
1488
- /home/vscode/.local/share/mise/installs/ruby/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
1489
- -----------------------------------------------------------------------------------------------------------------------
1490
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
1491
- -----------------------------------------------------------------------------------------------------------------------
1492
- ---------------------------------------------------------------------------------------------------------------------
1493
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
1494
- ---------------------------------------------------------------------------------------------------------------------
1495
- ----------------------------------------------------------------------------------------------------
1496
- Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
1497
- ----------------------------------------------------------------------------------------------------
1498
- --------------------------------------------------------------------------
1499
- Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
1500
- --------------------------------------------------------------------------
1501
- --------------------------------------------------------------------------------
1502
- AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
1503
- --------------------------------------------------------------------------------
1504
- ------------------------------------------------------------
1505
- AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
1506
- ------------------------------------------------------------
1507
- -----------------------------------------------------------------------------------
1508
- AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
1509
- -----------------------------------------------------------------------------------
1510
- ----------------------------------------------------------------------------------
1511
- AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
1512
- ----------------------------------------------------------------------------------