Commit a27d562
authored
Fix verify_components: ignore generated docs stubs (#438)
* Regenerate ruby_ui components after gem bump
Run `rails g ruby_ui:component:all --force true` to sync generated
components with the updated ruby_ui gem (f882429 → 755b288).
* Remove generated ruby_ui/docs stubs that conflict with existing components
The docs component stubs (base, component_setup_tabs, etc.) generated by
ruby_ui:component:all conflict with the app's existing Components::ComponentSetup
namespace, causing a superclass mismatch TypeError.
* Fix verify_components: ignore generated docs stubs
The ruby_ui generator creates docs component stubs that conflict with
the app's existing Components::ComponentSetup namespace (superclass
mismatch). Revert those generated files before the git status check.1 parent f3403ea commit a27d562
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments