Skip to content

Commit 3f37538

Browse files
authored
Remove mention of ActionCable in README.md
Since it is no longer supported since Rails 5.
1 parent b428f6c commit 3f37538

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ thin start
2424

2525
Browse the `example` directory for sample applications.
2626

27-
## Usage with Rails Action Cable
28-
29-
To use Thin with Action Cable, add the following to your `Gemfile`:
30-
31-
```ruby
32-
gem 'faye-websocket'
33-
gem 'thin' # If not already done
34-
```
35-
36-
Create a `config/initializers/thin_action_cable.rb`:
37-
38-
```ruby
39-
Rails.application.config.action_cable.use_faye = true
40-
Faye::WebSocket.load_adapter 'thin'
41-
```
42-
4327
### CLI
4428

4529
Use a rackup (config.ru) file and bind to localhost port 8080:

0 commit comments

Comments
 (0)