Building a Real Messenger App with Rails 6 and Action Cable (Update!) | Ruby on Rails Projects

4 years ago
6

In this short episode, we're going to fix a small issue with our ActionCable messenger app. We'll make use of Ruby on Rails' cool remote Javascript feature to clear and re-enable the chat box once a user submits a message.

Action Cable is an awesome tool that was introduced to Rails in version 5. It makes it a lot easier to set up web socket connections and push real-time events to connected users.

👊 Helpful Links 👊

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

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...