Skip to content

chrismccord/sync_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync Example Rails Application

This repo includes a basic Rails todo application with projects, todos, users, and comments for use in demonstrating the integration of Sync, a gem for making your Rails applications realtime.

Installation

$ git clone https://github.com/chrismccord/sync_example
$ cd sync_example
$ bundle
$ rails g sync:install
$ rake db:create
$ rake db:migrate
$ rake db:seed

Configuration

  • Edit config/sync.yml to include your Faye or Pusher credentials
  • If using Faye, run the Faye server: rackup sync.ru -E production

Default seed user

You can log in and explore the app by visiting the root url and logging in with user@example.com and password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published