Rails 7 Automated Testing With GitHub Actions For CI/CD | Ruby on Rails Tutorial

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

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

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

    Hope this video helps! If you're interested, I've started a small series on a real-time chat app with Turbo. Includes chatrooms, direct messages, Devise profile pictures, and more.
    ruclips.net/p/PL3mtAHT_eRex1sJI2uoTBgFT3qAXFbEcy

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

    Hi Deanin,
    You are awesome, I have to say that because you have to keep continue this kinds of teaching

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

      I appreciate the kind words! Every time I get a comment like this, it keeps me going for another video haha.

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

    As a junior developer this was one side of the equation that I least understood, thanks for the video.

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

    Thanks ❤

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

    I'm glad I found this channel, thanks for the videos!

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

    Awesome video. Thank you

  • @sassani134
    @sassani134 Месяц назад

    Great tutoriel

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

    Hmm, now to talk about this with a software engineering class or a web class. Nice video!

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

      Haha, I had a feeling this topic might be of interest. 🙂

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

    👌🏻

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

    It would be nice to see an app built with TDD in Rails 7.

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

    Hey Deanin, can you show us how ti use rails with firebase hosting and cloud storage, please

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

      Yup, I'll add it to the list!

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

      First video is up, gonna start slowly covering more content about Firebase. Hope it's helpful! ruclips.net/video/x73-uoXboPQ/видео.html

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

    hi deaning, can you make or create a new list of videos using just "ruby on rails rest-api" how backend and other framework for frontend? o would like learn more about ruby on rails but using how rest-api and learn all levels, startting with the basics and going up the level to master, greetings from Peru

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

    gem 'rubocop-rails' makes some people open their mouth? haha 🤣

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

    6:02 I think that if we just install rubocop-rails rubocop will be installed as a dependency in Gemfile.lock => we don't need to specify "rubocop" as a separate gem 🤔 Works for me