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

Make subscription work for rails apps #153

Merged

Conversation

tatosjb
Copy link
Contributor

@tatosjb tatosjb commented Nov 13, 2024

Description

The subscription feature does not work on default rails apps since they have a different pattern to support. I'll leave a screenshot of what it looks like currently.
image

This PR is meant to make all Rails apps compatible with the Rails ActionCable(the default way to use WebSockets with Ruby on Rails). You can find more here.

PS: Sorry for the linter changes. But I ran the project linter, and it seems ok.

Screenshot

There are no UI changes; I just changed the interceptor.

image
image

Checklist

  • Displays correctly with both dark and light mode (see useTheme.ts)
  • Unit/Integration tests added

@warrenday
Copy link
Owner

Hey @tatosjb thanks for raising, I'll do some local testing on this and get back asap!

@warrenday warrenday merged commit c497f44 into warrenday:master Nov 21, 2024
1 check passed
@warrenday
Copy link
Owner

I've tested and released this PR. The chrome release should be approved in a day or two. Thanks for the work here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants