Skip to content

dbw03135/rails-random-chat

Repository files navigation

Rail-random-chat

Rail-random-chat is random matching chat with Rails 5 Actioncable.

Installation

First, install gems and migrate db.

$ bundle install
$ rake db:migrate

Second, install figaro for setting enviroment variables. This gem helps SMTP Setting.

$ bundle exec figaro install

and set application.yml as below.

# config/application.yml

SMTP_ADDRESS: ""
SMTP_DOMAIN: ""
SMTP_USERNAME: ""
SMTP_PASSWORD: ""

Todos

  • Mailer set in Production

About

random chat using Active Cable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published