Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby UI refactor #179

Merged
merged 5 commits into from
Nov 6, 2024
Merged

Ruby UI refactor #179

merged 5 commits into from
Nov 6, 2024

Conversation

SethHorsley
Copy link
Collaborator

This is the refactor to ruby-ui

Comment on lines +77 to +78
# Create the registration name by dasherizing the component name and prefixing with 'ruby_ui--'
registration_name = "ruby_ui--#{component_name.dasherize}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think rbui--something should be replaced with ruby-ui--something instead of ruby_ui--something

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SethHorsley , I do agree with @pierry01 here. It will be violating stimulus conventions.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes good catch. I can fix it in another pr.

@cirdes cirdes merged commit 4f41cf9 into main Nov 6, 2024
3 checks passed
@cirdes cirdes deleted the ruby-ui-refactor branch November 6, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants