Sync : Real-time partials with Rails February 25, 2016 Add Gem: Faye: gem ‘faye’gem ‘thin’, require: falsegem ‘sync’ OR Pusher: gem ‘pusher’gem ‘sync’ Install Sync: bundlerails g sync:install Include: Application.js: //= require sync… Continue Reading