-
Notifications
You must be signed in to change notification settings - Fork 329
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
using v8.beta-1 undefined method `thread_mattr_accessor' error #527
Comments
I realized that this error occurs also when I start my Rails app. Looks like #519 is proposing a fix to this issue |
as a temporary fix adding this to my application.rb solved the error
|
I check the demo provided by @jorgemanrubia. In the demo repo this error is not present. The difference with my app is that I use Propshaft. If I replace Sprockets by Propshaft in https://github.com/basecamp/turbo-8-morphing-demo then there is the same error. Hope this can help to fix |
+1 encountered the exact same issue with propshaft |
actually this is already solved on main branch with #523 |
While I was testing the beta I encountered an issue between turbo-rails and Rails generators
In a vanilla Rails 7.1 app when I run a scaffold
I have this error message
The text was updated successfully, but these errors were encountered: