-
Notifications
You must be signed in to change notification settings - Fork 188
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
Compatibility with Rails 7 #2610
Comments
I think this is a smaller reproduction case:
Actual
Expected
See: truffleruby/src/main/ruby/truffleruby/core/module.rb Lines 118 to 124 in f4ab861
|
@bjfish Thank you all very much. Just wondering if the patch is available in the nightly built Docker image? |
@wxw-matt As long as the build at https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby is after 1c888c9 it should be fine (not the case yet, needs ~4 hours more). |
Thanks @eregon. Yeah, the current image does not have this patch. Waiting for the latest Docker image built with this fix. |
How to reproduce
Using Docker image:
docker run --rm -it ghcr.io/flavorjones/truffleruby:nightly-slim bash # In the shell inside the container: apt-get update apt-get install xz-utils git libpq-dev libsqlite3-dev -y gem install nokogiri --platform=ruby gem install rails rails new blog rails g scaffold comment2 title:string content:string
You will get the error:
The text was updated successfully, but these errors were encountered: