Its been almost 3 years I was trying to learn action cable and was never successful, Your video of 20 minutes cleared most of my concepts. Really appreciated it, good job buddy!
I've been trying to learn action cable for a long time and you were the only one I could understand, your ability to teach knowledge is awesome. Thanks man!
You're the man, apparently action cable works differently in rails 6 compared to 5, and all the other tutorials used 4 or 5. Seeing you do it led me to see I was doing everything right so I could narrow the problem down, turns out i did gem install the webpacker, but i still needed to run "bin/rails webpacker:install " Thanks my man
@@TechmakerTV I love the way when you explains ruby and rails in such a clear fashion that it was easy to follow. And though there are alot new technologies these days, you first let me know the power how much ruby on rails can do. welcome back.
Good job. Well explained. I liked the way you made errors and corrected them. You also made it clear that learning is by trial. Will figure out why async didn't work. I have rediscovered anyway and it worked like a charm. Now I need to use it on my auction project. I want the bids to reload as new bids are added. I figure each auction is a separate channel. Thanks.
I think the counter is based on how many IP's are currently subscribed to the broadcast. Can't check because for some reason I can't see my rails app through the network.
Great video again. Could you please upload video on Rails API + Frontend (angular/react)? Because nowadays all are working on API-only projects to support multiple devices or reusability of code in the WEB app as well as in the mobile app.
Thanks for watching! I might make a series about APIs soon. I'm torn because I actually think we are going to see a resurgence of single-stack apps. Check out the videos on StimulusReflex to see what I'm talking about: ruclips.net/video/MlnNkcz-oIc/видео.html and ruclips.net/video/2ck4s1nZc3I/видео.html
Hey I've been trying to integrate ActionCable to my project for a while now and your video helped me alot and it is perfectly broadcasting data from the console but when I do the same thing through my controller no data is received. I tried to do run ActionCable.server.broadcast method through byebug as well and it returns 0. Do you by any chance know what the problem could be? Any help would be great! Thank you :)
Does ActionCable rely on webpacker? I'm on Rails 6 coming from a Rails 5 update and have never implemented webpacker (successfully), and in following this guide, I'm still not getting the connection established, making me wonder if this requires webpacker?
connect_internal': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - user specified timeout (Redis::CannotConnectError) i face this error during ActionCable broadcast a message , how i can can solve this ?
Its been almost 3 years I was trying to learn action cable and was never successful, Your video of 20 minutes cleared most of my concepts. Really appreciated it, good job buddy!
I've been trying to learn action cable for a long time and you were the only one I could understand, your ability to teach knowledge is awesome. Thanks man!
You're the man, apparently action cable works differently in rails 6 compared to 5, and all the other tutorials used 4 or 5. Seeing you do it led me to see I was doing everything right so I could narrow the problem down, turns out i did gem install the webpacker, but i still needed to run "bin/rails webpacker:install "
Thanks my man
Thank you for coming back to make rails again. I built my first blog by following your tutorials. Very happy to see u are here again.
Super glad to hear that! Anything in particular you'd like me to make on the channel?
@@TechmakerTV I love the way when you explains ruby and rails in such a clear fashion that it was easy to follow. And though there are alot new technologies these days, you first let me know the power how much ruby on rails can do. welcome back.
I love the way you simplify everything about rails
Thanks for watching!
Good job. Well explained. I liked the way you made errors and corrected them. You also made it clear that learning is by trial. Will figure out why async didn't work. I have rediscovered anyway and it worked like a charm. Now I need to use it on my auction project. I want the bids to reload as new bids are added. I figure each auction is a separate channel. Thanks.
Thanks for watching! That sounds like a reasonable plan.
Great video, very thorough and complete. Really helped my understanding thank you
Perfect - I’ve been kicking the can on this and it’s come time for me to dive in. Love the example. Thanks!
Thanks for another video about rails! I'm starting my studies with rails I would love to see about active storage for videos upload
Coming up! Thanks for watching!!!
Great video!!
Followed these steps to the dot and it doesn't work me :(
Creat Video 🙌🏻. Thx a lot. It really helped me by setting up Action Cable for my app.
Great tutorial, bro! You made my day!
Glad I could help!
Great stuff man 🙏
Thanks for watching!
I think the counter is based on how many IP's are currently subscribed to the broadcast. Can't check because for some reason I can't see my rails app through the network.
Thank you for the video. I'm working with a book exercise of Action Cable and my code not run. But this video help me to resolve my problem. Saludos.
Thank you Estanislao! Let me know if you run into any issues.
TechmakerTV thank you, I will check more videos in your channel.
Great video again. Could you please upload video on Rails API + Frontend (angular/react)? Because nowadays all are working on API-only projects to support multiple devices or reusability of code in the WEB app as well as in the mobile app.
Thanks for watching! I might make a series about APIs soon. I'm torn because I actually think we are going to see a resurgence of single-stack apps. Check out the videos on StimulusReflex to see what I'm talking about: ruclips.net/video/MlnNkcz-oIc/видео.html and ruclips.net/video/2ck4s1nZc3I/видео.html
Thanks A Lot
@TechmakerTV , what is the "bump" shortcut that you use at 13:43? I'd love to use that in vim! Thanks for the video. (edit for time)
Lol. I noticed that too. Atom magic I am guessing.
Dude... u r just awesome...
Thanks for watching!
Thanks for this Video.:)
Hey I've been trying to integrate ActionCable to my project for a while now and your video helped me alot and it is perfectly broadcasting data from the console but when I do the same thing through my controller no data is received.
I tried to do run ActionCable.server.broadcast method through byebug as well and it returns 0. Do you by any chance know what the problem could be?
Any help would be great! Thank you :)
Does it rely on webpacker? Because I followed your steps and didn't work and my actual project does not have webpacker
Does ActionCable rely on webpacker? I'm on Rails 6 coming from a Rails 5 update and have never implemented webpacker (successfully), and in following this guide, I'm still not getting the connection established, making me wonder if this requires webpacker?
Thank you!
You're welcome!
connect_internal': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because
connected host has failed to respond. - user specified timeout (Redis::CannotConnectError)
i face this error during ActionCable broadcast a message , how i can can solve this ?
kindly anyone know give me answer
how can i use async adapter?
Thank you!
You're welcome! Thanks for watching!