-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Experimental Rack 3 support #2646
Conversation
|
@AlexWayfer what are you trying to say here? |
As mentioned - The next release of Puma will define EDIT: At present Rackup sets |
I have nothing about
So… I have to wait for next Puma 6.x release? Or what can I do to make tests working with the latest versions of Capybara and Puma? |
Are you referring to latest versions, as in main/master branch, or latest releases? Also, are you using Rack 2 or Rack 3? |
Releases, I believe.
Rack 3, as you can see. My code also was using And, my message was "why there is no a new release of Capybara?". Or "why it does not work?". It's complicated a bit: I see a PR and I don't understand how to connect Capybara with Rack 3. |
Thanks. That helps. It's messy, adding in the fact some files were removed from Rack 2 and placed in Rackup. So, you can try specifying a commit with |
Re the current issue, you want to get at |
Which one commit? And what changed in
I don't understand: I have everything supporting Rack 3, including Capybara Yes, it's "experimental". So, do we have an issue and Capybara still not compatible with Rack 3, even in |
Should I create a new issue or how should I test my application with Puma, Capybara and Rack 3 (just the latest stable version)? |
Work in progress