We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Excited to see the v2 beta released! However with rails 7.1.2 I'm getting:
$ rails -T bin/rails aborted! NoMethodError: undefined method `thread_mattr_accessor' for Turbo:Module (NoMethodError) thread_mattr_accessor :current_request_id ^^^^^^^^^^^^^^^^^^^^^ /Users/james/.rvm/gems/ruby-3.2.2@jobscout/gems/turbo-rails-2.0.0.pre.beta.1/lib/turbo-rails.rb:8:in `<module:Turbo>'
Should #508 have been merged in first? That small tweak fixes it for me.
The text was updated successfully, but these errors were encountered:
Right, PR merged, the fix should be available in the next beta release. In the meantime you can include the require manually in your application.
Sorry, something went wrong.
No branches or pull requests
Excited to see the v2 beta released! However with rails 7.1.2 I'm getting:
Should #508 have been merged in first? That small tweak fixes it for me.
The text was updated successfully, but these errors were encountered: