Action CableでWebSocketを実現するときにconfig.action_cable.urlは必ずしも設定しなくて良い
https://qiita.com/Hiroto_Aso/items/333f4f2210c8ae7d3415?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Rails #DB #websocket #ActionCable #SolidCable

Action CableでWebSocketを実現するときにconfig.action_cable.urlは必ずしも設定しなくて良い - Qiita

Rails で Action Cable の config.action_cable.url を設定しなくても動いたのだけども…Rails8 から Solid Cable が標準搭載されるようにな…

Qiita
🌖 Ruby on Rails 的 LiteStack 簡介 | AppSignal Blog
➤ Ruby on Rails 的 LiteStack 簡介
https://blog.appsignal.com/2023/09/27/an-introduction-to-litestack-for-ruby-on-rails.html
本文介紹 LiteStack,一個一站式解決方案,可在單臺機器上託管和處理所有生產數據。LiteStack 使用 SQLite 提供數據庫、ActiveJob、ActionCable 和 ActiveSupport::Cache 存儲。此外,本文還介紹了 Litestream 和 StableDiffusion,並提供了一個示例 Rails 應用程序。
+ 這篇文章提供了很好的 LiteStack 簡介,並且還有一個有趣的示例應用程序。
+ 很棒的文章,對於 Ruby on Rails
#Ruby on Rails #LiteStack #SQLite #ActiveJob #ActionCable #LiteCache #Litestream
An Introduction to LiteStack for Ruby on Rails | AppSignal Blog

In the first part of this series, we'll set up an example Rails application and introduce the basics of LiteStack.

AppSignal Blog
Du coup pour le développement de #Mastodon, pourquoi utiliser #NodeJS plutôt que #ActionCable pour les connexions WebSockets alors que l'application est dev en #RubyOnRails ?