Bryan Hatfield

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How to use Hotwire in Rails Discussion

rails s crashes and throws this error "Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) (Redis::CannotConnectError)" after I add the turbo_stream_from. Only way I'm able to get it to run is by running redis-server in a separate command line. Is this intended? Anyway around it?