New Features and Major Changes in Rails 5
ActionCable is a library that will ship with Ruby on Rails 5. It integrates WebSockets with the rest of your Rails application that facilitates you to push live updates to your client. This will make it easy to add real-time features to a Ruby on Rails application. This library runs in a separate process from the main application server and needs a multi-threaded....