0

While testing RoR 5.0 beta and actionCable I had this error in console.

[ActionCable] Redis reconnect failed.e

After that install this Redis by using HomeBrew. But nothing happens. How to fix it?

OS X. Rails 5 beta.

Mario
  • 1,213
  • 2
  • 12
  • 37
Yomud
  • 1
  • 2

1 Answers1

0

Try to run redis-server in a different command line tab. You should see something like this:

enter image description here

After that start your rails application again. If your redis configuration and installation are ok, it should work.

Mario
  • 1,213
  • 2
  • 12
  • 37