Skip to content

lukeredpath/PusherChat-Rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork Notes

This fork contains a few enhancements to the API to support the iOS counterpart.

Getting started locally

$ bundle install

Edit config/database.yml and then set up the database

$ rake db:setup

Add some Pusher credentials in config/initializers/pusher.rb

Start the server

$ script/rails server

Visit http://localhost:3000/ in two browsers and start chatting.

Debugging

If something isn't working it's most likely the Pusher credentials:

  • Take a look at the Rails log for any Pusher errors
  • Enable javascript debugging on line 20 of public/javascripts/chat.js

About

A simple implementation of PusherApp with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 53.5%
  • JavaScript 46.5%