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

preview_player
Показать описание
Continuous Integration and Continuous Delivery/Deployment basically means automated testing on commit to your GitHub repository.

This is incredibly useful for ensuring the code base maintains a state of fully functioning tests, as well as enforcing linter and security concerns.

Repository for this video:

Follow me on social media:

Join this channel to help support these videos:

Timestamps
0:00 Creating Project, Setup GitHub Action Workflow
4:04 Setup Project To Make CI/CD Work in Rails 7
11:56 How To View GitHub Action For Rails 7 Test Results
13:29 Fixing Brakeman For CI/CD
14:25 Contributing To A CI/CD Rails App Repo on GitHub
18:46 How To Pull Request Into A Repo With Rails 7 Automated Testing CI/CD

#Deanin #Software #Programming
Рекомендации по теме
Комментарии
Автор

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.

Deanin
Автор

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

marcomoradian
Автор

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

tombranson
Автор

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

andrescondezomonge
Автор

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

erikfredericks
Автор

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

paulvickers
Автор

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

sepoanabalon
Автор

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

jesustr
Автор

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

valcaro
Автор

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

SupeRails