first commit

This commit is contained in:
kbe
2025-08-13 11:29:56 +02:00
parent 926250c0aa
commit 65edd3b4db
107 changed files with 3501 additions and 0 deletions

17
config/cable.yml Normal file
View File

@@ -0,0 +1,17 @@
# Async adapter only works within the same process, so for manually triggering cable updates from a console,
# and seeing results in the browser, you must do so from the web console (running inside the dev process),
# 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: async
test:
adapter: test
production:
adapter: solid_cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day