Active Record Validations For Beginners | Ruby On Rails 7 Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 12

  • @Deanin
    @Deanin  ปีที่แล้ว +4

    Unforunately today's tutorial had to be pushed to tomorrow, so I'm posting this one as a placeholder. Hopefully I can get out "The Everything App" tutorial tomorrow. No spoilers on why it's called that ;)

  • @timaya6
    @timaya6 ปีที่แล้ว

    Your tutorials are awesome thank you. That was very helpful

  • @hellras
    @hellras ปีที่แล้ว

    Great, exactly what I was looking for! Starting now with Rails 🎉👍🏼

  • @shannonmariehauck
    @shannonmariehauck ปีที่แล้ว +1

    Excellent video. Once again thank you for sharing your knowledge!

  • @BraisonsCrece
    @BraisonsCrece ปีที่แล้ว +1

    Nice! I love this kind of videos 👌

  • @wesonweb
    @wesonweb ปีที่แล้ว +1

    Great tutorial 🙂 what is the plug-in you’re using to autocomplete the validations?

    • @Deanin
      @Deanin  ปีที่แล้ว +1

      Thank you! It's mostly being completed by GitHub CoPilot which is $10 a month. I also have the free version of TabNine helping out, but it's mostly just there for moral support these days lol

  • @kirk7784
    @kirk7784 ปีที่แล้ว +1

    This is really good content. Dang copilot is so good

  • @azizdevfull
    @azizdevfull ปีที่แล้ว +1

    interesting topic : )

  • @zerodegre9102
    @zerodegre9102 ปีที่แล้ว +1

    Thx for the vidéo ;)

  • @BubblegumSneaker
    @BubblegumSneaker ปีที่แล้ว

    Yes this is helpful. At what point do you add the validations in? ie: right after model creation? And do you double dip in the migration files where possible. Presence true in model. Null False in migration?

  • @JoshuaKannappilly
    @JoshuaKannappilly 6 หลายเดือนก่อน

    Could you make a video on client side validation