admin_suite 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/admin_suite.css +129 -0
- data/app/controllers/admin_suite/application_controller.rb +31 -0
- data/app/controllers/admin_suite/dashboard_controller.rb +59 -226
- data/app/controllers/admin_suite/resources_controller.rb +14 -4
- data/app/helpers/admin_suite/base_helper.rb +147 -108
- data/app/helpers/admin_suite/panels_helper.rb +1 -1
- data/app/javascript/controllers/admin_suite/file_upload_controller.js +9 -9
- data/app/javascript/controllers/admin_suite/flash_controller.js +45 -0
- data/app/javascript/controllers/admin_suite/json_editor_controller.js +8 -8
- data/app/javascript/controllers/admin_suite/searchable_select_controller.js +2 -2
- data/app/javascript/controllers/admin_suite/tag_select_controller.js +1 -1
- data/app/javascript/controllers/admin_suite/toggle_switch_controller.js +25 -16
- data/app/views/admin_suite/dashboard/index.html.erb +6 -15
- data/app/views/admin_suite/panels/_cards.html.erb +6 -6
- data/app/views/admin_suite/panels/_chart.html.erb +12 -12
- data/app/views/admin_suite/panels/_health.html.erb +14 -14
- data/app/views/admin_suite/panels/_recent.html.erb +11 -11
- data/app/views/admin_suite/panels/_stat.html.erb +24 -24
- data/app/views/admin_suite/panels/_table.html.erb +10 -10
- data/app/views/admin_suite/portals/show.html.erb +1 -1
- data/app/views/admin_suite/resources/_form.html.erb +1 -1
- data/app/views/admin_suite/resources/edit.html.erb +4 -4
- data/app/views/admin_suite/resources/index.html.erb +23 -23
- data/app/views/admin_suite/resources/new.html.erb +4 -4
- data/app/views/admin_suite/resources/show.html.erb +17 -17
- data/app/views/admin_suite/shared/_flash.html.erb +15 -2
- data/app/views/admin_suite/shared/_form.html.erb +8 -8
- data/app/views/admin_suite/shared/_json_editor_field.html.erb +4 -4
- data/app/views/admin_suite/shared/_sidebar.html.erb +4 -4
- data/app/views/admin_suite/shared/_toggle_cell.html.erb +4 -2
- data/app/views/admin_suite/shared/_topbar.html.erb +14 -1
- data/app/views/layouts/admin_suite/application.html.erb +4 -4
- data/docs/configuration.md +55 -0
- data/docs/portals.md +42 -0
- data/lib/admin_suite/configuration.rb +16 -0
- data/lib/admin_suite/engine.rb +9 -0
- data/lib/admin_suite/ui/field_renderer_registry.rb +2 -2
- data/lib/admin_suite/ui/form_field_renderer.rb +2 -2
- data/lib/admin_suite/ui/show_formatter_registry.rb +5 -5
- data/lib/admin_suite/ui/show_value_formatter.rb +31 -3
- data/lib/admin_suite/version.rb +1 -1
- data/lib/admin_suite.rb +31 -0
- data/lib/generators/admin_suite/install/templates/admin_suite.rb +5 -0
- data/test/integration/dashboard_test.rb +57 -1
- metadata +7 -5
- data/test/dummy/log/test.log +0 -624
- data/test/dummy/tmp/local_secret.txt +0 -1
data/test/dummy/log/test.log
DELETED
|
@@ -1,624 +0,0 @@
|
|
|
1
|
-
----------------------------------------------------------------------------------
|
|
2
|
-
AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
|
|
3
|
-
----------------------------------------------------------------------------------
|
|
4
|
-
------------------------------------------------------------------
|
|
5
|
-
AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
|
|
6
|
-
------------------------------------------------------------------
|
|
7
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 07:02:04 +0100
|
|
8
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
9
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
10
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
11
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
12
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
13
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
14
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
15
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.3ms | GC: 0.0ms)
|
|
16
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
|
17
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
18
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
19
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
20
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
21
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
|
22
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
23
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
24
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
25
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 3.5ms | GC: 0.0ms)
|
|
26
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
|
27
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
28
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
29
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
|
30
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.3ms | GC: 0.0ms)
|
|
31
|
-
Completed 200 OK in 18ms (Views: 9.8ms | GC: 0.0ms)
|
|
32
|
-
-----------------------------------------------------------------
|
|
33
|
-
AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
|
|
34
|
-
-----------------------------------------------------------------
|
|
35
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 07:02:04 +0100
|
|
36
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
37
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
38
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
39
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
40
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
41
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
42
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
43
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
44
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
45
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
46
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
47
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
48
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
49
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
50
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
51
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
52
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
53
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
|
|
54
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
55
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
56
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
57
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
58
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
|
59
|
-
Completed 200 OK in 3ms (Views: 2.4ms | GC: 0.0ms)
|
|
60
|
-
-----------------------------------------------------------------------------------
|
|
61
|
-
AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
|
|
62
|
-
-----------------------------------------------------------------------------------
|
|
63
|
-
--------------------------------------------------------------------------------
|
|
64
|
-
AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
|
|
65
|
-
--------------------------------------------------------------------------------
|
|
66
|
-
------------------------------------------------------------
|
|
67
|
-
AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
|
|
68
|
-
------------------------------------------------------------
|
|
69
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
70
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
|
|
71
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
72
|
-
-----------------------------------------------------------------------------
|
|
73
|
-
Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
|
|
74
|
-
-----------------------------------------------------------------------------
|
|
75
|
-
----------------------------------------------------------------------------------------------------------------
|
|
76
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
|
|
77
|
-
----------------------------------------------------------------------------------------------------------------
|
|
78
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
79
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
|
|
80
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
81
|
-
--------------------------------------------------------------------------
|
|
82
|
-
Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
|
|
83
|
-
--------------------------------------------------------------------------
|
|
84
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
85
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
|
|
86
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
87
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
88
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
|
|
89
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
90
|
-
----------------------------------------------------------------------------------------------------
|
|
91
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
|
|
92
|
-
----------------------------------------------------------------------------------------------------
|
|
93
|
-
-------------------------------------------------------------------------
|
|
94
|
-
AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
|
|
95
|
-
-------------------------------------------------------------------------
|
|
96
|
-
Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-07 07:02:04 +0100
|
|
97
|
-
Processing by AdminSuite::DocsController#index as HTML
|
|
98
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
99
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
100
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.2ms | GC: 0.0ms)
|
|
101
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
102
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
103
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
104
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
105
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
|
106
|
-
Completed 200 OK in 2ms (Views: 1.9ms | 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-07 07:02:04 +0100
|
|
111
|
-
Processing by AdminSuite::DocsController#index as HTML
|
|
112
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
113
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
114
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
|
|
115
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
116
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.6ms | GC: 0.0ms)
|
|
117
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
118
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
119
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
|
120
|
-
Completed 200 OK in 2ms (Views: 1.7ms | GC: 0.0ms)
|
|
121
|
-
-----------------------------------------------------
|
|
122
|
-
AdminSuite::DocsTest: test_docs_blocks_path_traversal
|
|
123
|
-
-----------------------------------------------------
|
|
124
|
-
Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-07 07:02:04 +0100
|
|
125
|
-
Processing by AdminSuite::DocsController#show as MD
|
|
126
|
-
Parameters: {"path" => "../../secrets.md"}
|
|
127
|
-
Redirected to http://www.example.com/internal/admin_suite/docs/
|
|
128
|
-
Completed 302 Found in 0ms (GC: 0.0ms)
|
|
129
|
-
---------------------------------------------------------------------------------------
|
|
130
|
-
AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
|
|
131
|
-
---------------------------------------------------------------------------------------
|
|
132
|
-
Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-07 07:02:04 +0100
|
|
133
|
-
Processing by AdminSuite::DocsController#show as MD
|
|
134
|
-
Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
|
|
135
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
136
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
137
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.0ms | GC: 0.0ms)
|
|
138
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
139
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
140
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
141
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
142
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
|
143
|
-
Completed 200 OK in 2ms (Views: 1.7ms | GC: 0.0ms)
|
|
144
|
-
-------------------------------------------------------------------------------------------------------------
|
|
145
|
-
AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
|
|
146
|
-
-------------------------------------------------------------------------------------------------------------
|
|
147
|
-
-------------------------------------------------------------------------------------------------
|
|
148
|
-
AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
|
|
149
|
-
-------------------------------------------------------------------------------------------------
|
|
150
|
-
-----------------------------------------------------------------------------
|
|
151
|
-
AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
|
|
152
|
-
-----------------------------------------------------------------------------
|
|
153
|
-
----------------------------------------------------------------------------------------------------------
|
|
154
|
-
AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
|
|
155
|
-
----------------------------------------------------------------------------------------------------------
|
|
156
|
-
----------------------------------------------------------------------------------------------------------------
|
|
157
|
-
AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
|
|
158
|
-
----------------------------------------------------------------------------------------------------------------
|
|
159
|
-
----------------------------------------------------------------------------------------------------------
|
|
160
|
-
AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
|
|
161
|
-
----------------------------------------------------------------------------------------------------------
|
|
162
|
-
---------------------------------------------------------------------------------------------------------------------------
|
|
163
|
-
AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
|
|
164
|
-
---------------------------------------------------------------------------------------------------------------------------
|
|
165
|
-
---------------------------------------------------------------------------
|
|
166
|
-
AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
|
|
167
|
-
---------------------------------------------------------------------------
|
|
168
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 07:02:04 +0100
|
|
169
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
170
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
171
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
172
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
173
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
174
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
175
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
176
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
177
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
178
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
179
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
180
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
181
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
182
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
183
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
184
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
185
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
186
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
|
|
187
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
188
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
189
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
190
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
191
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
|
192
|
-
Completed 200 OK in 2ms (Views: 2.3ms | GC: 0.0ms)
|
|
193
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
194
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
|
|
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_does_not_set_flag_when_file_loading_fails
|
|
204
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
205
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
206
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
|
|
207
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
208
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
209
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
|
|
210
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
211
|
-
----------------------------------------------------------------------------------------------------
|
|
212
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
|
|
213
|
-
----------------------------------------------------------------------------------------------------
|
|
214
|
-
----------------------------------------------------------------------------------------------------------------
|
|
215
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
|
|
216
|
-
----------------------------------------------------------------------------------------------------------------
|
|
217
|
-
-----------------------------------------------------
|
|
218
|
-
AdminSuite::DocsTest: test_docs_blocks_path_traversal
|
|
219
|
-
-----------------------------------------------------
|
|
220
|
-
Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
221
|
-
Processing by AdminSuite::DocsController#show as MD
|
|
222
|
-
Parameters: {"path" => "../../secrets.md"}
|
|
223
|
-
Redirected to http://www.example.com/internal/admin_suite/docs/
|
|
224
|
-
Completed 302 Found in 10ms (GC: 0.0ms)
|
|
225
|
-
------------------------------------------------------------------------------
|
|
226
|
-
AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
|
|
227
|
-
------------------------------------------------------------------------------
|
|
228
|
-
Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
229
|
-
Processing by AdminSuite::DocsController#index as HTML
|
|
230
|
-
Rendering layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
231
|
-
Rendering /workspaces/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
232
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
|
|
233
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 5.0ms | GC: 0.0ms)
|
|
234
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
|
235
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.3ms | GC: 0.0ms)
|
|
236
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.3ms | GC: 0.0ms)
|
|
237
|
-
Rendered layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 14.2ms | GC: 0.0ms)
|
|
238
|
-
Completed 200 OK in 17ms (Views: 15.2ms | GC: 0.0ms)
|
|
239
|
-
---------------------------------------------------------------------------------------
|
|
240
|
-
AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
|
|
241
|
-
---------------------------------------------------------------------------------------
|
|
242
|
-
Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
243
|
-
Processing by AdminSuite::DocsController#show as MD
|
|
244
|
-
Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
|
|
245
|
-
Rendering layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
246
|
-
Rendering /workspaces/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
247
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.1ms | GC: 0.0ms)
|
|
248
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.7ms | GC: 0.0ms)
|
|
249
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
|
250
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
251
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
252
|
-
Rendered layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 6.3ms | GC: 0.0ms)
|
|
253
|
-
Completed 200 OK in 7ms (Views: 6.6ms | GC: 0.0ms)
|
|
254
|
-
-------------------------------------------------------------------------
|
|
255
|
-
AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
|
|
256
|
-
-------------------------------------------------------------------------
|
|
257
|
-
Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
258
|
-
Processing by AdminSuite::DocsController#index as HTML
|
|
259
|
-
Rendering layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
260
|
-
Rendering /workspaces/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
261
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.0ms | GC: 0.0ms)
|
|
262
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.6ms | GC: 0.0ms)
|
|
263
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
|
264
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
265
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
266
|
-
Rendered layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 5.9ms | GC: 0.0ms)
|
|
267
|
-
Completed 200 OK in 6ms (Views: 6.2ms | GC: 0.0ms)
|
|
268
|
-
--------------------------------------------------------------------------------
|
|
269
|
-
AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
|
|
270
|
-
--------------------------------------------------------------------------------
|
|
271
|
-
-----------------------------------------------------------------------------------
|
|
272
|
-
AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
|
|
273
|
-
-----------------------------------------------------------------------------------
|
|
274
|
-
------------------------------------------------------------
|
|
275
|
-
AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
|
|
276
|
-
------------------------------------------------------------
|
|
277
|
-
-----------------------------------------------------------------
|
|
278
|
-
AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
|
|
279
|
-
-----------------------------------------------------------------
|
|
280
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
281
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
282
|
-
Rendering layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
283
|
-
Rendering /workspaces/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
284
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.3ms | GC: 0.0ms)
|
|
285
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
286
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
287
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
288
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.6ms | GC: 0.0ms)
|
|
289
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.4ms | GC: 0.0ms)
|
|
290
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
291
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
292
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
293
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
294
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.8ms | GC: 0.3ms)
|
|
295
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
296
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
297
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
298
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 6.6ms | GC: 0.3ms)
|
|
299
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
|
300
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.1ms | GC: 0.0ms)
|
|
301
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
302
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
303
|
-
Rendered layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 12.0ms | GC: 0.3ms)
|
|
304
|
-
Completed 200 OK in 17ms (Views: 12.4ms | GC: 3.7ms)
|
|
305
|
-
------------------------------------------------------------------
|
|
306
|
-
AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
|
|
307
|
-
------------------------------------------------------------------
|
|
308
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
309
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
310
|
-
Rendering layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
311
|
-
Rendering /workspaces/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
312
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
313
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
314
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
315
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
316
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
317
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
318
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
319
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
320
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
321
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
322
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
323
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
324
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
325
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
326
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 2.8ms | GC: 0.0ms)
|
|
327
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
|
328
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
|
329
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
330
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
331
|
-
Rendered layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.3ms | GC: 0.0ms)
|
|
332
|
-
Completed 200 OK in 9ms (Views: 8.6ms | GC: 0.0ms)
|
|
333
|
-
----------------------------------------------------------------------------------
|
|
334
|
-
AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
|
|
335
|
-
----------------------------------------------------------------------------------
|
|
336
|
-
---------------------------------------------------------------------------
|
|
337
|
-
AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
|
|
338
|
-
---------------------------------------------------------------------------
|
|
339
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 06:05:58 +0000
|
|
340
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
341
|
-
Rendering layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
342
|
-
Rendering /workspaces/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
343
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
344
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
345
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
346
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
347
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
|
348
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
349
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
350
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
351
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
352
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
353
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
354
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
355
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
356
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
357
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 2.3ms | GC: 0.0ms)
|
|
358
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
|
359
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 2.5ms | GC: 0.0ms)
|
|
360
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
361
|
-
Rendered /workspaces/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
362
|
-
Rendered layout /workspaces/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 7.8ms | GC: 0.0ms)
|
|
363
|
-
Completed 200 OK in 9ms (Views: 8.1ms | GC: 0.0ms)
|
|
364
|
-
----------------------------------------------------------------------------------------------------------
|
|
365
|
-
AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
|
|
366
|
-
----------------------------------------------------------------------------------------------------------
|
|
367
|
-
----------------------------------------------------------------------------------------------------------------
|
|
368
|
-
AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
|
|
369
|
-
----------------------------------------------------------------------------------------------------------------
|
|
370
|
-
-------------------------------------------------------------------------------------------------
|
|
371
|
-
AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
|
|
372
|
-
-------------------------------------------------------------------------------------------------
|
|
373
|
-
----------------------------------------------------------------------------------------------------------
|
|
374
|
-
AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
|
|
375
|
-
----------------------------------------------------------------------------------------------------------
|
|
376
|
-
-------------------------------------------------------------------------------------------------------------
|
|
377
|
-
AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
|
|
378
|
-
-------------------------------------------------------------------------------------------------------------
|
|
379
|
-
---------------------------------------------------------------------------------------------------------------------------
|
|
380
|
-
AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
|
|
381
|
-
---------------------------------------------------------------------------------------------------------------------------
|
|
382
|
-
-----------------------------------------------------------------------------
|
|
383
|
-
AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
|
|
384
|
-
-----------------------------------------------------------------------------
|
|
385
|
-
----------------------------------------------------------------------------------
|
|
386
|
-
AdminSuite::MarkdownRendererTest: test_renders_html_and_extracts_toc_from_headings
|
|
387
|
-
----------------------------------------------------------------------------------
|
|
388
|
-
-----------------------------------------------------------------
|
|
389
|
-
AdminSuite::ThemeTest: test_body_is_scoped_with_admin-suite_class
|
|
390
|
-
-----------------------------------------------------------------
|
|
391
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
392
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
393
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
394
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
395
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
|
396
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
397
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
398
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
399
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.4ms | GC: 0.0ms)
|
|
400
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
|
401
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
402
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
403
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
404
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
405
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
|
406
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
407
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
408
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
409
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 3.6ms | GC: 0.0ms)
|
|
410
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.9ms | GC: 0.0ms)
|
|
411
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
412
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
413
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
|
414
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 8.1ms | GC: 0.0ms)
|
|
415
|
-
Completed 200 OK in 17ms (Views: 9.6ms | GC: 0.0ms)
|
|
416
|
-
------------------------------------------------------------------
|
|
417
|
-
AdminSuite::ThemeTest: test_layout_includes_scoped_theme_variables
|
|
418
|
-
------------------------------------------------------------------
|
|
419
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
420
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
421
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
422
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
423
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
424
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
425
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
426
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
427
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
428
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
429
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
430
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
431
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
432
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
433
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
434
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
435
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
436
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
437
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
|
|
438
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.8ms | GC: 0.0ms)
|
|
439
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
440
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
441
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
442
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
|
443
|
-
Completed 200 OK in 3ms (Views: 2.5ms | GC: 0.0ms)
|
|
444
|
-
------------------------------------------------------------
|
|
445
|
-
AdminSuite::ThemePaletteTest: test_hex?_validates_hex_colors
|
|
446
|
-
------------------------------------------------------------
|
|
447
|
-
--------------------------------------------------------------------------------
|
|
448
|
-
AdminSuite::ThemePaletteTest: test_resolve_returns_hex_for_known_palette_entries
|
|
449
|
-
--------------------------------------------------------------------------------
|
|
450
|
-
-----------------------------------------------------------------------------------
|
|
451
|
-
AdminSuite::ThemePaletteTest: test_resolve_returns_fallback_for_unknown_color/shade
|
|
452
|
-
-----------------------------------------------------------------------------------
|
|
453
|
-
----------------------------------------------------------------------------------------------------
|
|
454
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
|
|
455
|
-
----------------------------------------------------------------------------------------------------
|
|
456
|
-
--------------------------------------------------------------------------
|
|
457
|
-
Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
|
|
458
|
-
--------------------------------------------------------------------------
|
|
459
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
460
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
|
|
461
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
462
|
-
-----------------------------------------------------------------------------
|
|
463
|
-
Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
|
|
464
|
-
-----------------------------------------------------------------------------
|
|
465
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
466
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
|
|
467
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
468
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
469
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
|
|
470
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
471
|
-
----------------------------------------------------------------------------------------------------------------
|
|
472
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
|
|
473
|
-
----------------------------------------------------------------------------------------------------------------
|
|
474
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
475
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
|
|
476
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
477
|
-
---------------------------------------------------------------------------------------
|
|
478
|
-
AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs/<path>_renders_a_markdown_doc
|
|
479
|
-
---------------------------------------------------------------------------------------
|
|
480
|
-
Started GET "/internal/admin_suite/docs/progress/PROGRESS_REPORT.md" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
481
|
-
Processing by AdminSuite::DocsController#show as MD
|
|
482
|
-
Parameters: {"path" => "progress/PROGRESS_REPORT.md"}
|
|
483
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
484
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
485
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.3ms | GC: 0.0ms)
|
|
486
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
487
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
488
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
489
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
490
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
|
491
|
-
Completed 200 OK in 2ms (Views: 2.1ms | GC: 0.0ms)
|
|
492
|
-
-----------------------------------------------------
|
|
493
|
-
AdminSuite::DocsTest: test_docs_blocks_path_traversal
|
|
494
|
-
-----------------------------------------------------
|
|
495
|
-
Started GET "/internal/admin_suite/docs/../../secrets.md" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
496
|
-
Processing by AdminSuite::DocsController#show as MD
|
|
497
|
-
Parameters: {"path" => "../../secrets.md"}
|
|
498
|
-
Redirected to http://www.example.com/internal/admin_suite/docs/
|
|
499
|
-
Completed 302 Found in 0ms (GC: 0.0ms)
|
|
500
|
-
------------------------------------------------------------------------------
|
|
501
|
-
AdminSuite::DocsTest: test_GET_/internal/admin_suite/docs_renders_successfully
|
|
502
|
-
------------------------------------------------------------------------------
|
|
503
|
-
Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
504
|
-
Processing by AdminSuite::DocsController#index as HTML
|
|
505
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
506
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
507
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.0ms | GC: 0.0ms)
|
|
508
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
509
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
510
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
511
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
512
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
|
513
|
-
Completed 200 OK in 2ms (Views: 1.7ms | GC: 0.0ms)
|
|
514
|
-
-------------------------------------------------------------------------
|
|
515
|
-
AdminSuite::DocsTest: test_docs_path_config_can_be_overridden_with_a_proc
|
|
516
|
-
-------------------------------------------------------------------------
|
|
517
|
-
Started GET "/internal/admin_suite/docs" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
518
|
-
Processing by AdminSuite::DocsController#index as HTML
|
|
519
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
520
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application
|
|
521
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/docs/index.html.erb within layouts/admin_suite/application (Duration: 0.0ms | GC: 0.0ms)
|
|
522
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
523
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
524
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
525
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
526
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
|
527
|
-
Completed 200 OK in 2ms (Views: 1.7ms | GC: 0.0ms)
|
|
528
|
-
---------------------------------------------------------------------------------------------------------------------------
|
|
529
|
-
AdminSuite::ZeitwerkIntegrationTest: test_handles_mixed_content_-_ignores_app/admin/portals_if_any_file_contains_portal_DSL
|
|
530
|
-
---------------------------------------------------------------------------------------------------------------------------
|
|
531
|
-
----------------------------------------------------------------------------------------------------------------
|
|
532
|
-
AdminSuite::ZeitwerkIntegrationTest: test_does_not_ignore_app/admin/portals_when_it_contains_only_real_constants
|
|
533
|
-
----------------------------------------------------------------------------------------------------------------
|
|
534
|
-
----------------------------------------------------------------------------------------------------------
|
|
535
|
-
AdminSuite::ZeitwerkIntegrationTest: test_does_not_map_app/admin_when_it_contains_only_top-level_constants
|
|
536
|
-
----------------------------------------------------------------------------------------------------------
|
|
537
|
-
-------------------------------------------------------------------------------------------------
|
|
538
|
-
AdminSuite::ZeitwerkIntegrationTest: test_always_ignores_app/admin_suite_directory_when_it_exists
|
|
539
|
-
-------------------------------------------------------------------------------------------------
|
|
540
|
-
-------------------------------------------------------------------------------------------------------------
|
|
541
|
-
AdminSuite::ZeitwerkIntegrationTest: test_maps_app/admin_to_Admin_namespace_when_files_define_Admin_constants
|
|
542
|
-
-------------------------------------------------------------------------------------------------------------
|
|
543
|
-
----------------------------------------------------------------------------------------------------------
|
|
544
|
-
AdminSuite::ZeitwerkIntegrationTest: test_ignores_app/admin/portals_when_it_contains_AdminSuite_portal_DSL
|
|
545
|
-
----------------------------------------------------------------------------------------------------------
|
|
546
|
-
-----------------------------------------------------------------------------
|
|
547
|
-
AdminSuite::ZeitwerkIntegrationTest: test_handles_file_read_errors_gracefully
|
|
548
|
-
-----------------------------------------------------------------------------
|
|
549
|
-
---------------------------------------------------------------------------
|
|
550
|
-
AdminSuite::DashboardTest: test_GET_/internal/admin_suite_renders_dashboard
|
|
551
|
-
---------------------------------------------------------------------------
|
|
552
|
-
Started GET "/internal/admin_suite" for 127.0.0.1 at 2026-02-07 07:07:10 +0100
|
|
553
|
-
Processing by AdminSuite::DashboardController#index as HTML
|
|
554
|
-
Rendering layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb
|
|
555
|
-
Rendering /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application
|
|
556
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
557
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
558
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
559
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_health.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
560
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_cards.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
|
561
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
562
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
563
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
564
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
565
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_stat.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
566
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
567
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
568
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
569
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/panels/_recent.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
570
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/dashboard/index.html.erb within layouts/admin_suite/application (Duration: 0.7ms | GC: 0.0ms)
|
|
571
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
572
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_sidebar.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
|
573
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_topbar.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
574
|
-
Rendered /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/admin_suite/shared/_flash.html.erb (Duration: 0.0ms | GC: 0.0ms)
|
|
575
|
-
Rendered layout /Users/ravi/projects/techwright/gleania/gems/admin_suite/app/views/layouts/admin_suite/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
|
576
|
-
Completed 200 OK in 3ms (Views: 2.4ms | GC: 0.0ms)
|
|
577
|
-
----------------------------------------------------------------------------------------------------
|
|
578
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_errors_gracefully
|
|
579
|
-
----------------------------------------------------------------------------------------------------
|
|
580
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
581
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_does_not_set_flag_when_file_loading_fails
|
|
582
|
-
--------------------------------------------------------------------------------------------------------------------
|
|
583
|
-
[AdminSuite] Failed to load action handler file /tmp/admin_suite_test20260207-81825-th120h/actions/bad_action.rb: SyntaxError: /tmp/admin_suite_test20260207-81825-th120h/actions/bad_action.rb:1: syntax error found
|
|
584
|
-
> 1 | ... @#$%
|
|
585
|
-
| ^ '@' without identifiers is not allowed as an instance variable name
|
|
586
|
-
|
|
587
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
|
|
588
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
|
|
589
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/zeitwerk-2.7.4/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
|
|
590
|
-
/workspaces/gleania/gems/admin_suite/lib/admin/base/action_executor.rb:193:in 'block in Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
|
|
591
|
-
/workspaces/gleania/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Array#each'
|
|
592
|
-
/workspaces/gleania/gems/admin_suite/lib/admin/base/action_executor.rb:188:in 'Admin::Base::ActionExecutor#load_action_handlers_for_admin_suite!'
|
|
593
|
-
/workspaces/gleania/gems/admin_suite/test/lib/action_executor_test.rb:163:in 'block (2 levels) in <class:ActionExecutorTest>'
|
|
594
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/assertions.rb:414:in 'Minitest::Assertions#assert_raises'
|
|
595
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/testing/assertions.rb:35:in 'ActiveSupport::Testing::Assertions#assert_raises'
|
|
596
|
-
/workspaces/gleania/gems/admin_suite/test/lib/action_executor_test.rb:162:in 'block in <class:ActionExecutorTest>'
|
|
597
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:91:in 'block (2 levels) in Minitest::Test#run'
|
|
598
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:187:in 'Minitest::Test#capture_exceptions'
|
|
599
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:86:in 'block in Minitest::Test#run'
|
|
600
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:396:in 'Minitest::Runnable#time_it'
|
|
601
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest/test.rb:85:in 'Minitest::Test#run'
|
|
602
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/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'
|
|
603
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/execution_wrapper.rb:104:in 'ActiveSupport::ExecutionWrapper.perform'
|
|
604
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/activesupport-8.1.2/lib/active_support/executor/test_helper.rb:5:in 'ActiveSupport::Executor::TestHelper#run'
|
|
605
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:485:in 'Minitest::Runnable.run'
|
|
606
|
-
/home/vscode/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/minitest-6.0.1/lib/minitest.rb:472:in 'block (2 levels) in Minitest::Runnable.run_suite'
|
|
607
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
608
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_returns_early_when_AdminSuite_is_not_defined
|
|
609
|
-
-----------------------------------------------------------------------------------------------------------------------
|
|
610
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
611
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_sets_handlers_loaded_to_true_after_loading
|
|
612
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
613
|
-
--------------------------------------------------------------------------
|
|
614
|
-
Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_starts_as_false
|
|
615
|
-
--------------------------------------------------------------------------
|
|
616
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
617
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_skips_loading_when_handlers_loaded_is_true
|
|
618
|
-
---------------------------------------------------------------------------------------------------------------------
|
|
619
|
-
----------------------------------------------------------------------------------------------------------------
|
|
620
|
-
Admin::Base::ActionExecutorTest: test_load_action_handlers_for_admin_suite_handles_empty_action_globs_gracefully
|
|
621
|
-
----------------------------------------------------------------------------------------------------------------
|
|
622
|
-
-----------------------------------------------------------------------------
|
|
623
|
-
Admin::Base::ActionExecutorTest: test_handlers_loaded_flag_can_be_set_to_true
|
|
624
|
-
-----------------------------------------------------------------------------
|