hsztan / action_cable_chat_app

The chat app for Learn Enough Action Cable to Be Dangerous

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 62.8%Language:HTML 22.5%Language:Sass 9.9%Language:JavaScript 2.2%Language:CSS 1.4%Language:CoffeeScript 1.2%