1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Using action cable to send stats updates to the client and made a spectate page.

This commit is contained in:
2025-04-21 17:12:54 -04:00
parent 44fb5388b4
commit 3e4317dbc5
15 changed files with 565 additions and 88 deletions

View File

@@ -3,16 +3,15 @@
# not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
# to make the web console appear.
development:
adapter: solid_cable
database: cable
polling_interval: 0.1.seconds
message_retention: 1.day
adapter: async
test:
adapter: test
production:
adapter: solid_cable
database: cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day
message_retention: 1.day