-
## Proposal
* naming around "sending changes to the browser" are renamed "Turbo Actions"
* `` changed to ``
* `format.turbo_stream` renamed to `format.turbo` or `format.turbo_action`
Conceived…
drnic updated
8 months ago
-
I'm using turbo-streams for a project and have noticed that in certain circumstances stream actions can be delivered out of order, an older update arriving after a newer update.
A concrete example…
-
I want to exclude all assets I am not using from precompiling.
I understand that `config.assets.excluded_paths` exists and that it requires a full path.
In my case `Rails.application.config.assets…
-
Hello and thank you!
With Solagraph version `0.4.3` and type checking enabled I am seeing this error even though `ActiveSupport::Duration` is a valid type.
```
[Typecheck] [E] Unresolved type…
-
Hi,
I am testing this subscription, but it only works when authenticated. How to authenticate my user using wss? what should I pass as a command?
subscribe_command = {"command": "subscribe", "iden…
-
**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…
-
-
追加する方法を取ろうとすると追加したはずのメッセージが空白になってしまう現象
-
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /var/lib/gems/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri
/usr/bin/ruby2.5 -r ./siteconf20200612-13184-15dwlpy…
-
Turbo's signed stream names provided by `turbo_stream_from` never expire: https://github.com/hotwired/turbo-rails/issues/61
#### Example of how this could be a problem
- Turbo stream is generate…