-
I appear to be experiencing this issue:
https://github.com/rails/rails/issues/48292
In a higher latency environment. I'm having a hard time recreating in my own environment. But in the other, I …
-
**Describe the bug**
Switched to anycable from straight up AC. Trying to convert tests and the old tests that used to pass, now fail with 0 broadcasts. The app itself works fine with updates to AnyCa…
-
I have a simple Procfile.dev:
```
rails: rails server
webpack: bin/webpack-dev-server
```
When I try to launch it with `overmind start -f Procfile.dev` I get an error from the rails session a…
-
Ruby supports pointing the path to the redis server,
```ruby
ENV["REDIS_PATH"] ||= Rails.root.join("tmp", "redis", "redis.sock").to_s
redis_config = {
path: ENV["REDIS_PATH"],
}
```
is…
-
```
$ websocket-bench echo -c 50000 --limit-rtt 15ms ws://0.0.0.0:2346
3100 / 5000 [--------------------------------------------------------------------------------------------------------->________…
-
There is already a branch for this, but basically I want to dynamically construct `::Channel` classes on each controller to allow subscribing to updates for a particular collection, and interacting wi…
-
I need help on bidirectional chat system where we can use twilio, and AI agent can communicate with the caller.
-
Based on rails docs: https://guides.rubyonrails.org/threading_and_code_execution.html#executor
> The Rails Executor separates application code from framework code: any time the framework invokes co…
-
I'm having trouble getting turbo-rails to share a consumer with my app's JS. I see that there is a `setConsumer` API method available from the `cable` export, but it seems impossible to call that meth…
-
### What we should change and why (this is tech debt)
We currently use mrujs and turbo-rails together. While they can co-exist, Turbo should be able to do everything that UJS used to do. We may n…