/pusher-chat

Chat application using Ruby on Rails and Pusher Channels

Primary LanguageRuby

pusher-chat

A chat app built using Ruby on Rails and Pusher Channels, following this tutorial.

Getting started

Change directory

$ cd pusher-chat

Install dependencies

$ bundle install

Database setup

$ rails db:setup
$ rails db:migrate

$ figaro install

In config/application.yml modify the following with your access keys:

PUSHER_APP_ID: 'xxxxxx'
PUSHER_KEY: 'xxxxxxxxxxxxxxxxxxx'
PUSHER_SECRET: 'xxxxxxxxxxxxxxxxxxx'
PUSHER_CLUSTER: 'xx'

Built with