HerokuのダッシュボードからPusherを追加。 リミットはあるけど無料で使える。 設定 APIキーとかを追加。Herokuのプロダクションは何にもしなくても面倒をみてくれるみたい。 Pusher.url とか Pusher.app_id とかは自分のローカル環境とHeroku上のアプリとでは違うものなので注意。 config/environments/development.rb # Real time notification require 'pusher' Pusher.url = "http://7f115110ccdsxxxxxxxxx:[email protected]/apps/100000" Pusher.logger = Rails.logger # Lines below are needed only for development environment. #