Digging into Turbo with Ruby on Rails 7

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

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

  • @roachcode
    @roachcode 7 месяцев назад +1

    thanks a bunch for this vid. i'm coming from React and Turbo is the only thing holding me back going all-in on Rails. it still feels uncomfortable and unintuitive but this was the best video i could find on RUclips teaching it. i'm hoping if i stick to it i will reap the productivity gains of working on 1 app instead of a separate backend+frontend and rid of JS fatigue forever. i hope Turbo 8 will feel even better.

    • @Webcrunch
      @Webcrunch  7 месяцев назад +1

      Agree. There's some magicness to it that's hard to grasp. I've had to deconstruct the source code of turbo to understand it more.

  • @charlottedankworth3705
    @charlottedankworth3705 Год назад +1

    This video provides a great breakdown of Turbo for Ruby on Rails 7! It's interesting to see how this technology is speeding up the development process and enhancing user experience. Thanks for sharing!

    • @Webcrunch
      @Webcrunch  10 месяцев назад

      Thank you very much!

  • @bennadel
    @bennadel Год назад +1

    This is good stuff, thank you for sharing. I think the biggest mental shift for me is starting to think less about "generic APIs" that can be used by any view, and more about controller-specific APIs that return very view-specific stream actions.

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

    Turbo Rails totally made sense after I watch your video. Liked and subscribed!!! Thanks for this.

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

      Great to hear. Thanks for watching!

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

    Thanks for this Andy - Great tutorial. I learned a lot here.

  • @andrewng9950
    @andrewng9950 2 года назад +5

    I feel that the documentation in Hotwire needs to be added with examples and snippets! How did you figure those out to teach us?

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

      Ultimately trial and error and seeing other people's code. I agree the docs are a bit limiting!

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

    Lovely presentation. Thank you.

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

    Nice video, could you do a video about action cable in rails?

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

    The "Create Todo" isn't working fine, it doesn't clear the input box after todo being created.

  • @JoshHuckabee1
    @JoshHuckabee1 Год назад +1

    Turbo is not using true HTML frames. Turbo frames behave somewhat like a frame without all of the headache that comes along with using real frames.

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

    Which terminal are you using? It Looks great :)

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

    This is kind of amazing

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

    What shortcut or extension are you using to auto create those div tags by just filling out the class name? Around the 11:28 mark.

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

      @Michael Pope I think it is “Emmet”

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

      Yes, it's Emmet!

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

      Emmet, go to settings and add ruby to have autocompletion just google it it's easy to setup

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

    Thanks a lot, I learned a lot from this.

  • @withrejkapermana6087
    @withrejkapermana6087 Год назад +1

    you makes me realize that tailwind has more something great.

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

    How did you generate the UI ready styled using only scaffold !! .. I don't remember rails is still doing that ..

  • @Lucas-bh3et
    @Lucas-bh3et 2 года назад +2

    great tutorial, i love u 🥲👍

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

    just do an if that the update was for complet you do a broadcast prepend instead of an append

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

    Any backend ruby playlist? Or video?
    Its very hard to get full list backend course on ruby :'(

    • @Webcrunch
      @Webcrunch  2 года назад +3

      Nothing full backend but Rails pretty much covers front and back so I have plenty of content for that. Check out some of my playlists.

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

      @@Webcrunch thanks a lot, keep going on