-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upgrade to Phlex 2 #128
Upgrade to Phlex 2 #128
Conversation
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.
Great PR! If you think ruby-ui/ruby_ui#185 is ready I approved it so you can merge it in and then we can get this merged in too.
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.
please fix the ci!
Gemfile
Outdated
|
||
gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main" | ||
gem "ruby_ui", github: "stephannv/ruby_ui", branch: "require_phlex_2" |
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.
@stephannv , you can now point to ruby_ui again.
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 opened this PR ruby-ui/ruby_ui#186 to fix some stimulus problems before pointing to main again.
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 had to adapt some code to work with RubyUI, but I tried to minimize the changes.
499ce66
to
a8b7bdd
Compare
a8b7bdd
to
07ad36e
Compare
First take on upgrading the docs (I think we should rename this repo to docs, it makes more sense to me) to Phlex 2. We need ruby-ui/ruby_ui#185 to be merged.
This PR just makes things work with Phlex 2, in the following pull requests I will reorganize some code.