From 3f375389d29deae252e03080b07a1f10aa60d957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Cournoyer?= Date: Tue, 5 Mar 2024 08:28:45 -0500 Subject: [PATCH] Remove mention of ActionCable in README.md Since it is no longer supported since Rails 5. --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index d5c2acdf..891889d6 100644 --- a/README.md +++ b/README.md @@ -24,22 +24,6 @@ thin start Browse the `example` directory for sample applications. -## Usage with Rails Action Cable - -To use Thin with Action Cable, add the following to your `Gemfile`: - -```ruby -gem 'faye-websocket' -gem 'thin' # If not already done -``` - -Create a `config/initializers/thin_action_cable.rb`: - -```ruby -Rails.application.config.action_cable.use_faye = true -Faye::WebSocket.load_adapter 'thin' -``` - ### CLI Use a rackup (config.ru) file and bind to localhost port 8080: