21
次のコードはコントローラで使用できますが、コンソールでは使用できません(両方の開発環境)。私はRails 5.0.0.beta2を使用しています。ActionCable.server.broadcast from console
ActionCable.server.broadcast 'example_channel', message: '<p>Test</p>'
コンソール:私は、コンソールにそれを使用することができますどのように
>> ActionCable.server.broadcast 'example_channel', message: '<p>Test</p>'
[ActionCable] Broadcasting to example_channel: {:message=>"<p>Test</p>"}
=> []
?
イム。 : –
@ YakobUbaidiあなたのレールサーバと同時にRedisの最新バージョンがインストールされ、稼働していますか? – sam
'brew install redis'を試してください:' redis-server/usr/local/etc/redis.conf' – sekrett