Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Regenerate ruby_ui components after gem bump#437

Merged
djalmaaraujo merged 2 commits into
mainfrom
fix/regenerate-ruby-ui-components
Mar 24, 2026
Merged

Regenerate ruby_ui components after gem bump#437
djalmaaraujo merged 2 commits into
mainfrom
fix/regenerate-ruby-ui-components

Conversation

@djalmaaraujo
Copy link
Copy Markdown
Contributor

Summary

  • Regenerated all ruby_ui components by running rails g ruby_ui:component:all --force true
  • Fixes the verify_components CI failure on main caused by the ruby_ui gem bump (Bump ruby_ui from f882429 to 755b288 #432)
  • 17 files updated: form, input, combobox, sheet components modified; docs and native_select components created

Context

After merging Dependabot PR #432 (ruby_ui gem bump from f882429 to 755b288), the generated component files became out of sync with the gem, causing verify_components to fail on main.

Run `rails g ruby_ui:component:all --force true` to sync generated
components with the updated ruby_ui gem (f882429 → 755b288).
@djalmaaraujo djalmaaraujo requested a review from cirdes as a code owner March 24, 2026 11:00
…nents

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.
@djalmaaraujo djalmaaraujo merged commit f3403ea into main Mar 24, 2026
3 checks passed
@djalmaaraujo djalmaaraujo deleted the fix/regenerate-ruby-ui-components branch March 24, 2026 11:04
djalmaaraujo added a commit to djalmaaraujo/web that referenced this pull request Apr 16, 2026
* 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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant