Skip to content

Commit 922b5f0

Browse files
author
David Heinemeier Hansson
committed
Merge pull request rails#23945 from prathamesh-sonpatki/rm-merge-conflict
Fix merge conflict in Action Cable guide [ci skip]
2 parents 2b5d784 + 4213825 commit 922b5f0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

guides/source/action_cable_overview.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ You can change that in `config/database.yml` through the `pool` attribute.
546546

547547
## Running standalone cable servers
548548

549-
<<<<<<< HEAD
550549
### In App
551550

552551
Action Cable can run alongside your Rails application. For example, to
@@ -569,10 +568,8 @@ your server spawns, you will also have a new instance of ActionCable,
569568
but the use of Redis keeps messages synced across connections.
570569

571570
### Standalone
572-
The cable server(s) can be separated from your normal application server.
573-
=======
574-
The cable servers can be separated from your normal application server.
575-
>>>>>>> Further cleanup of the cable guide
571+
572+
The cable servers can be separated from your normal application server.
576573
It's still a Rack application, but it is its own Rack application.
577574
The recommended basic setup is as follows:
578575

0 commit comments

Comments
 (0)