Realtime partial page updates with Turbo Streams

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

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

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

    I've spent like a full day on trying to break that streams into pieces and finally it took 22;32 min to understand that 😅
    Thanks a lot for that video !

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

    Thank you. This is a really helpful video on Turbostreams and how things work under the hood.

  • @bobcekaymusic
    @bobcekaymusic 5 месяцев назад

    Thanks for this video dude!

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

    Great video and very well explained. Is there any book you recommend to learn more about this topic?

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

    Thankyou
    Very helpful!

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

    Thank you.. very helpful

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

    Great video, thank you

  • @darkpill
    @darkpill 3 года назад

    Great video! How well do you figure turbo streams will scale?

  • @mutebiugofficial8827
    @mutebiugofficial8827 11 месяцев назад

    any continuation of this video sir

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

    None of this works on Rails 7. Any thoughts?

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

      same here...

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

      @@guillaumequet5856 make sure you have redis installed on your computer too. If you are on mac, write on your terminal brew install redis, then when that finishes write: brew services start redis

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

    CJ, what kind of keyboard do you use? It sounds so nice..

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

      Thanks, Ben! I use a keyboard from codekeyboards.com with cherry Mx clear switches.

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

    great job!

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

    Anyone who got how to nest child comments under thier parents with turbo after when a comment is created❤

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

    Thanks for your video, it is a really helpful video ...
    I have problem to broadcast update with Devise.
    It show error like this.. How Can I fix it ?
    Devise could not find the `Warden::Proxy` instance on your request environment. (ActionView::Template::Error)
    Make sure that your application is loading Devise and Warden as expected and that the `Warden::Manager` middleware is present in your middleware stack.
    If you are seeing this on one of your tests, ensure that your tests are either executing the Rails middleware stack or that your tests are using the `Devise::Test::ControllerHelpers` module to inject the `request.env['warden']` object for you.
    /home/jct808/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/devise-4.9.2/lib/devise/controllers/helpers.rb:143:in `warden': Devise could not find the `Warden::Proxy` instance on your request environment. (Devise::MissingWarden)
    Make sure that your application is loading Devise and Warden as expected and that the `Warden::Manager` middleware is present in your middleware stack.
    If you are seeing this on one of your tests, ensure that your tests are either executing the Rails middleware stack or that your tests are using the `Devise::Test::ControllerHelpers` module to inject the `request.env['warden']` object for you.