We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b428f6c commit 3f37538Copy full SHA for 3f37538
README.md
@@ -24,22 +24,6 @@ thin start
24
25
Browse the `example` directory for sample applications.
26
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
39
-Rails.application.config.action_cable.use_faye = true
40
-Faye::WebSocket.load_adapter 'thin'
41
42
43
### CLI
44
45
Use a rackup (config.ru) file and bind to localhost port 8080:
0 commit comments