-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Rack 3 #670
Conversation
Can't fully test until rack 3 is in rails.
|
When is this expected to get merged? |
Whenever Rack 3 support lands in Rails. See rails/rails#46594 |
Potentially related, let me know if this should be a separate issue -- is it possible to relax the |
It looks like Rails edge is not supporting Rack 3: rails/rails#48460 |
the mentioned issue on rails was solved/merged, anything still in the way to get rack 3 support? |
* v1.0: (170 commits) Release 0.28.3 Update changelog Remove sync interval from cloud config sync Avoid any possibility of sync writing back to remote Release v0.28.2 UI: fix path to bundled assets when mapped to a prefix Prepare for 0.28.1 Update changelog Improve performance of `color_name` function in log subscriber Update Changelog.md remove remote source from CSP. Bundle bootstrap, jquery and poppler. Add mirroring example Use new method of making logs bold Add a key_prefix option to the Redis adapter Fix typo in comment Update Changelog.md Add threadsafe: option to memory adapter Ensure memory adapter unlocked on fork Get rid of shotgun ...
@bkeepers YEAY!!! Thank you. 🎉 |
A few tweaks to help with rack 3 support. There might be more but I can't actually update until rails does and its currently locked to rack 2. Once rails git supports rack 3 I can update this PR and see if tests pass.
xref #669