Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 498 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 498 Bytes

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