disabling solid_... foo

This commit is contained in:
Christoph Haas 2025-03-17 01:35:38 +01:00
parent 41461460e6
commit 96f20050a9
2 changed files with 14 additions and 14 deletions

View file

@ -26,9 +26,9 @@ gem "jbuilder"
gem 'shrine', '~> 3.0'
# Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
gem "solid_cache"
gem "solid_queue"
gem "solid_cable"
#gem "solid_cache"
#gem "solid_queue"
#gem "solid_cable"
# To create variants (different sizes) of screenshot images
gem 'fastimage'

View file

@ -2,16 +2,16 @@
# 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
# development:
# adapter: async
test:
adapter: test
# test:
# adapter: test
production:
adapter: solid_cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day
# production:
# adapter: solid_cable
# connects_to:
# database:
# writing: cable
# polling_interval: 0.1.seconds
# message_retention: 1.day