-
Notifications
You must be signed in to change notification settings - Fork 32
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
Ruby UI refactor #179
Conversation
da78c54
to
b774b28
Compare
# Create the registration name by dasherizing the component name and prefixing with 'ruby_ui--' | ||
registration_name = "ruby_ui--#{component_name.dasherize}" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
This is the refactor to
ruby-ui