Definitely one of the best explanations I've found, you got a new subscriber!
@mixandgo2 жыл бұрын
Thanks man
@AngelPadillam Жыл бұрын
I had a issue in the user.rb raising *undefined method `dom_id'* after updating an user, I just had to manually set the *broadcast_replace_later_to "users_list", target: "#{dom_id self.id}_row"* to broadcast_replace_later_to "users_list", target: "user_#{self.id}_row". And with that it works, thanks for the video.
@muronuck2 жыл бұрын
Another great video! These have been so helpful, excited for your course 👍🏻
@mixandgo2 жыл бұрын
Happy to hear that :)
@Deanin2 жыл бұрын
Helpful as always! Also explained why the broadcasts were blocking for me haha. Appreciate it!
@mixandgo2 жыл бұрын
Thanks man!
@haroldpepete2 жыл бұрын
great video, thanks
@al-mokhtar_2 жыл бұрын
love it thank you !
@mixandgo2 жыл бұрын
Glad to hear that :) Thank you.
@dmitriyobidin60492 жыл бұрын
What if we have different pages where we need to display status in different format. On one page it's table of users, on another it's card, etc. Would that naming convention "dom_id user"_row make sense if we don't have rows in every page/template that should be updated?
@mixandgo2 жыл бұрын
The only condition is for it to be unique on the page. You can name it however you want.
@xaogao2 жыл бұрын
thx
@al-mokhtar_2 жыл бұрын
can you do it maybe later with anycable ?
@mixandgo2 жыл бұрын
Maybe, I don't know. What are you using it for?
@al-mokhtar_2 жыл бұрын
@@mixandgo anycable they said more efficient than actioncable for large apps 🤭if you got time to replace actioncable by anycable and use it instead for this app will be great tuto, you know just saying 🤗
@acemav2 жыл бұрын
I don't learn anything from this video.
@mixandgo2 жыл бұрын
I'm sorry to hear that. What seems to be the confusion?
@dexternepo2 жыл бұрын
This is just a show case of a feature that is available and not an in-depth tutorial.