Rails Tutorial | Adding CableReady to our Rails 6 ActionCable Chat Application

4 years ago
4

In this Rails tutorial, we'll walk through setting up CableReady in our chat application that we've been developing for the past several weeks.

CableReady allows you to generate DOM updates from the backend and push them to the browser. This helps you minimize the amount of custom Javascript that you need to write to create highly interactive apps.

👊 Helpful Links 👊

Free E-book:
*Power Portfolio* - How to stand out... even if you're just getting started: https://bit.ly/2ylvdcb

✨ Fully ActionCable Playlist: https://www.youtube.com/playlist?list=PLjItgYqIzJ9UIxMpofd8wi2GHqxvaGrMC

Project on Github: https://github.com/StephenFiser/messenger-app

Full Messenger Build Video: https://youtu.be/s3CmHhDjuWc

Action Cable Basics in Rails 6: https://youtu.be/t9iubpbqmnM

Other Techmaker Series:

Building a Link Shortener with Rails 6 (playlist): https://www.youtube.com/playlist?list=PLjItgYqIzJ9WGy9WMf-44DXHB_7aWwJMc

Building a Stock Market Tracker with React JS (playlist): https://www.youtube.com/playlist?list=PLjItgYqIzJ9VOBgwZ82D9kjQ_QtM5R4u5

Loading comments...