nrudrawar / rails-action-cable-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails ActionCable example

This repo is used in support of the WebSocket & ActionCable lecture at Le Wagon Web Dev bootcamp.

Adding style

To pickup the HTML / CSS you can have a look at this commit.

Gemoji setup

To add an emoji parser to the app, you can check this commit.

N.B: to import the images in the public/images folder, you need to run:

bundle exec gemoji extract public/images/emoji

as explained here.

Live example

About


Languages

Language:Ruby 75.5%Language:HTML 16.7%Language:JavaScript 4.5%Language:CSS 3.3%