1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 23:17:25 +00:00

Moved the tournament navbar to the bottom of the page and made site responsive. Fixed puma solid queue in development.

This commit is contained in:
2025-04-16 14:05:17 -04:00
parent 6e61a7245a
commit 05b78662f5
11 changed files with 44 additions and 10996 deletions

View File

@@ -38,6 +38,7 @@ Rails.application.configure do
config.active_job.queue_adapter = :solid_queue
# Don't use connects_to here since it's configured via queue.yml
# config.solid_queue.connects_to = { database: { writing: :queue } }
config.solid_queue.connects_to = { database: { writing: :queue, reading: :queue } }
# Configure ActionCable to use its own database
# Don't use connects_to here since it's configured via cable.yml