-
Notifications
You must be signed in to change notification settings - Fork 760
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
Rails 7 support #1162
Comments
My apologies, support has been merged into master, I'm currently trying to drum up additional maintainers to help ensure that releases are properly supported. |
@BookOfGreg what's a good test app to try this with Rails 7? I posted this issue: BookOfGreg/react-rails-example-app#57 |
I have it working with Rails 7 & Webpacker. Following the instructions in the README for rails versions < 6.0 should also work with rails 7. If you don't want to be using Webpacker then I'm not sure but maybe this will help someone. I had to replace: ## application.html.erb
<%= javascript_importmap_tags %> with: ## application.html.erb
<%= javascript_pack_tag 'application' %> |
@hdpuk86 If you can submit a PR, I'll promptly review and merge. |
@hdpuk86, Can you please raise a PR for this? |
+1 |
@justin808 Should I work on this? |
I want to confirm if we need anything to do other than add instructions to the documentation. |
was fixed a long time ago. |
Hi
I was wondering if there are any plans to upgrade
react-rails
to rails7.0
.I would like to update my application to the newest version but I am stuck due to
react-rails
dependency on6.1.x
Kind regards
Jens
The text was updated successfully, but these errors were encountered: