Blog
Practical guides for Rails teams building SaaS. How we think about auth, billing, CI, and shipping with AI on a starter you own.
Configure Minitest with GitLab CI and Rails
Configure GitLab CI to run Minitest unit, integration, and system tests in Rails. PostgreSQL, Capybara, Selenium, and a complete .gitlab-ci.yml walkthrough.
minitest
gitlab-ci
rails
capybara
selenium
ci
Read post
Setup RSpec Tests in Rails with GitLab CI
Configure GitLab CI to run RSpec unit, integration, and system tests in Rails. PostgreSQL, Capybara, Selenium, and a complete .gitlab-ci.yml walkthrough.
rspec
gitlab-ci
rails
capybara
selenium
ci
Read post