diff --git a/Gemfile b/Gemfile index be73b9a..01ea688 100644 --- a/Gemfile +++ b/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' diff --git a/config/cable.yml b/config/cable.yml index b9adc5a..4aee18b 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -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