Rails Tutorial | Building a Reactive Todo List with Ruby on Rails 6 and Stimulus Reflex

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

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

  • @k2director
    @k2director 4 года назад +4

    Thank you for making this. Love the idea of Rails interactivity without a big, unruly framework... More Stimulus:Reflex examples would be welcomed!

    • @TechmakerTV
      @TechmakerTV  4 года назад

      Thanks for checking it out! When I make more SR videos, they will be here: ruclips.net/p/PLjItgYqIzJ9VHPdLo6ye9-2QkcTEeUEAg

  • @yasminvalim4799
    @yasminvalim4799 4 года назад +2

    Hey, thank you for this! I will try to do but I already want to know more about stimulus! Looks so fast to work with!

  • @danielpenaloza5891
    @danielpenaloza5891 3 года назад +1

    Just love how this works, mani thanks :D

  • @pixelloopy
    @pixelloopy 4 года назад

    Really, really, reaaaaaaally digging ur content and teaching style.

    • @TechmakerTV
      @TechmakerTV  4 года назад +1

      Soooo glad to hear that :D

  • @Fig330
    @Fig330 4 года назад

    Very nice. I told you you were gonna love StimulsReflex!

  • @xaogao
    @xaogao 3 года назад +1

    thx for a video

  • @stanmx
    @stanmx 4 года назад +2

    The magic appears in minute 38:42 🤩 ! Great episode, i feel more familiar with stimulus_reflex in this episode, if you have time, will be great have components and sortablejs in this project in particular. My bootstrap skills ground a little this time. Again this video take me like 4 hours to finish :P

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

    Anyone else having problems with stimulus reflex? Mine is not working at all..

  • @InLightFilm
    @InLightFilm 4 года назад +1

    Thank you , I finally get it :)

  • @skalippanbalippan6972
    @skalippanbalippan6972 4 года назад +1

    This is wonderful, it'll be better if you just skip the styling part and get right into Stimulus Reflex

    • @TechmakerTV
      @TechmakerTV  4 года назад +2

      Yeah I'm trying to work up some different content that's shorter form. Some people just want the punchline, others want the whole story. Trying to work on doing both! Thanks for watching!

  • @Nicoroc1
    @Nicoroc1 3 года назад +1

    DO you ahve the github for this by any chance.?theyre usually included in your video
    .

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

    Hi there! What about nested_scaffold for rails 7 ?

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

    Great video, thanks for putting this together! Do you have the source code somewhere on GitHub?

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

    thanks!

  • @gnm280
    @gnm280 4 года назад

    Great tutorial ! I'm having trouble to deploy on heroku. Did you try it out ?

    • @TechmakerTV
      @TechmakerTV  4 года назад +1

      Hi Gregory! Yes I have deployed some stimulus reflex apps to Heroku. Have you set up Redis? Check this page out: docs.stimulusreflex.com/deployment

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

    Can u make tutorial on rails + react + redux + redux saga. As nowadays it's in demand

  • @n1Sharam
    @n1Sharam 4 года назад +1

    Cooooool :)

  •  3 года назад

    34:03 - for interactiveness.

  • @heyhey-lq6br
    @heyhey-lq6br 3 года назад

    hello, after installing and coding on stimulus reflex, i am getting redis errors my localhost server crashes/shuts down itself.
    please help

    • @heyhey-lq6br
      @heyhey-lq6br 3 года назад

      great tutorial , but please help

    • @heyhey-lq6br
      @heyhey-lq6br 3 года назад +1

      nvm, i got it. i am using a windows machine, and there wasnt Redis Installed. please do tell this in future videos.
      thanks for the tutorial

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

      @@heyhey-lq6br thank you! you help me a lot! :)

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

    If you're a beginner my advice is that you avoid this tutorial, sadly. I hesitate to criticize people who put content out for free, but a pattern I see so often is that a tutorial requires you to use an unrelated and poorly maintained gem, and the gem is so fragile that it doesn't work most of the time. In this case it's the nested scaffold gem. It literally misspelled the word "references" in the migration files it generated, causing errors. In other places it tried to define the same column more than once. Maybe the version of the gem was fine when this tutorial was created, but that's the problem when using brittle dependencies in a tutorial.

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

    I get a ActiveRecord::RecordNotFound error :(

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

      with todo_items? The same things? because routes is not legit for it...