# Run with: rackup sync.ru -E production require “bundler/setup” require “yaml” require “faye” require “render_sync”
Faye::WebSocket.load_adapter ‘thin’
File.expand_path("../config/sync.yml", __FILE__), ENV["RAILS_ENV"] || "development"
)
# Run with: rackup sync.ru -E production require “bundler/setup” require “yaml” require “faye” require “render_sync”
Faye::WebSocket.load_adapter ‘thin’
File.expand_path("../config/sync.yml", __FILE__), ENV["RAILS_ENV"] || "development"
)