disabling solid_... foo
This commit is contained in:
parent
41461460e6
commit
96f20050a9
2 changed files with 14 additions and 14 deletions
6
Gemfile
6
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue