mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 20:20:34 +09:00
If deploying Campfire to a path other than the root (for example, using Kamal's path-based routing) then the Action Cable endpoint needs to be adjusted to include that path. Prepending the script name to the cable path means it will be adjusted to the path in the same way that the application routes are. When script name is the default, the behaviour is unchanged.