Skip to content

mhartl/action_cable_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The chat app for Learn Enough Action Cable to Be Dangerous

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published