Skip to content

Commit

Permalink
Merge pull request #459 from uclibs/458-remove-actioncable
Browse files Browse the repository at this point in the history
458 - Remove ActionCable and channels
  • Loading branch information
haitzlm authored Apr 23, 2024
2 parents e0a8796 + 408adfc commit 855dd90
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ gem 'rubocop'
# Use simplecov to generate the coveralls report in .html format
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

gem 'nokogiri', '>= 1.13'
# Use ActiveStorage variant
Expand Down
13 changes: 0 additions & 13 deletions app/assets/javascripts/cable.js

This file was deleted.

6 changes: 0 additions & 6 deletions app/channels/application_cable/channel.rb

This file was deleted.

6 changes: 0 additions & 6 deletions app/channels/application_cable/connection.rb

This file was deleted.

5 changes: 0 additions & 5 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
# Store uploaded files on the local file system (see config/storage.yml for options)
config.active_storage.service = :local

# Mount Action Cable outside main process or domain
# config.action_cable.mount_path = nil
# config.action_cable.url = 'wss://example.com/cable'
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true

Expand Down

0 comments on commit 855dd90

Please # to comment.