Action Cable Application Demo for Oxford Ruby Users Group OxRUG
This is the example chat application introduced by David Heinemeier Hansson.
Simple Action Cable Application built with Rails 5.0 and Ruby 2.3.1
Run application with:
bundle
rails db:setup
rails server