Skip to content
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

Upgrade to Rails 7.2 #1580

Open
jmthomas opened this issue Sep 26, 2024 · 0 comments
Open

Upgrade to Rails 7.2 #1580

jmthomas opened this issue Sep 26, 2024 · 0 comments
Labels
maintenance Dependencies or other issues not bugs or features

Comments

@jmthomas
Copy link
Member

jmthomas commented Sep 26, 2024

First we need to complete #1579 (upgrade to Ruby 3.3)

Rails 7.2 has made a nice improvement to ActionCable that we were previously working around: they now record a ping on every message: rails/rails@2a71de9. This is also noted in their release notes.

They also changed the name from recordPing to recordMessage so we'll have to remove all our instances of recordPing (since they're doing this now).

@jmthomas jmthomas added the maintenance Dependencies or other issues not bugs or features label Sep 26, 2024
@jmthomas jmthomas removed the COSMOS 6 label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Dependencies or other issues not bugs or features
Projects
None yet
Development

No branches or pull requests

1 participant