nickjj / docker-rails-example

A production ready example Rails app that's using Docker and Docker Compose.
MIT License
941 stars 185 forks source link

fix Action Cable to use custom URL #71

Closed saiqulhaq closed 8 months ago

saiqulhaq commented 8 months ago

see https://guides.rubyonrails.org/action_cable_overview.html#consumer-configuration and https://guides.rubyonrails.org/action_cable_overview.html#standalone

this PR would fix https://github.com/nickjj/docker-rails-example/issues/58

nickjj commented 8 months ago

Hi,

Thanks a lot for catching this. Silly mistake on my end.

Can you please amend your git commit message to Fix Action Cable to configure custom URL and then force push it?

saiqulhaq commented 8 months ago

done @nickjj thanks for the feedback