Update All Users Without Refreshing Using Turbo | Ruby On Rails 7 Tutorial

Поделиться
HTML-код
  • Опубликовано: 12 ноя 2024

Комментарии • 8

  • @Deanin
    @Deanin  2 года назад +6

    It's Thanksgiving and my birthday this week, so if anyone needs me, I will be in several food comas.

  • @rahulk6130
    @rahulk6130 Год назад

    Excellent video, very clear.

  • @NinjaBranDizzzle
    @NinjaBranDizzzle Год назад

    Love the commentary 😂

  • @stpaquet
    @stpaquet 2 года назад +1

    there is also a nice notation that associate a comment to a user: @comment = current_user.comments.build(comment_params)

  • @azizdevfull
    @azizdevfull 2 года назад +2

    good

  • @devinlounge
    @devinlounge 2 года назад

    Let's go!

  • @abdu5822
    @abdu5822 2 года назад

    You know Rails isn't going anywhere when you see no such developer tools like the jst/ts have. Auto-completion is one of then main tool missing in vscode and ruby tools. There's a solograph extension but it does not do much for Rails. I think there's so much to do for this community.

  • @donmajk7736
    @donmajk7736 Год назад

    i'm just starting to play with actioncable and i'm trying to do something like this: each Room has an online_users column which shows how many users are online. The column by rake task is refreshed every 1 minute. How now refresh the view (users_online value only) for each @room.each do |f| ?