Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.22 KB

Rails-5-Group-Chat

Ruby on Rails 5 - Group Chat with ActionCable

This repo is created by following screencast on gorails.com website

ruby -v   # ruby 2.3.1p112 
rails -v   # Rails 5.0.0

Gems used

gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7'

gem 'devise', '~> 4.2'

gem 'slim', '~> 3.0', '>= 3.0.7'

gem 'devise-bootstrapped', '~> 0.1.1' # only used to generate bootstrapped devise views then deleted as no longer needed

Releases

v1 sumarizes Group Chat with ActionCable: Part 1

v2.0 sumarizes Group Chat with ActionCable: Part 2

v3.0 sumarizes Group Chat with ActionCable: Part 3

v4.0 sumarizes Group Chat with ActionCable: Part 4