This is your complete guide to removing Action Cable from a Rails 5 app. Some people need WebSockets in their app while other people do not need it at all or want to use other solution such as message_bus. Keep your application clean and delete Action Cable specific stuff. Updated: 21.12.2017 Scenarios: I am upgrading from Rails 4 I generated Rails 5 app with Action Cable I want to generate Rails