Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 679 Bytes

README

This is the base app for Learn Enough Action Cable to Be Dangerous.

To get started, fork the repo and clone it to your local machine, then run the following commands:

bundle install --without production
rails db:migrate
rails db:seed
rails test

The base app doesn't use Action Cable, but rather is designed as the starting point for the tutorial. To see the state of the app at the end of the tutorial, switch to the action-cable-reference branch:

git checkout action-cable-reference

When following the tutorial, you should be able to resolve any discrepancies by comparing with this reference app.