루비 개발자의 효율적인 테스트 작성법: TDD와 BDD의 실전 적용
테스트 피라미드 구조를 이해하고 단위 테스트, 통합 테스트, E2E 테스트의 균형을 맞추는 것이 안정적인 애플리케이션 구축의 시작이다.
#rspec
https://ruby-news.kr/articles/como-eu-penso-e-escrevo-meus-testes
루비 개발자의 효율적인 테스트 작성법: TDD와 BDD의 실전 적용
테스트 피라미드 구조를 이해하고 단위 테스트, 통합 테스트, E2E 테스트의 균형을 맞추는 것이 안정적인 애플리케이션 구축의 시작이다.
#rspec
https://ruby-news.kr/articles/como-eu-penso-e-escrevo-meus-testes
루비 개발자의 효율적인 테스트 작성법: TDD와 BDD의 실전 적용
테스트 피라미드 구조를 이해하고 단위 테스트, 통합 테스트, E2E 테스트의 균형을 맞추는 것이 안정적인 애플리케이션 구축의 시작이다.
Inertia.js를 위한 Rails 어댑터: inertia-rails 활용 가이드
inertia-rails는 Rails 컨트롤러에서 직접 프론트엔드 컴포넌트를 렌더링하고 데이터를 전달하여 복잡한 API 레이어 없이 SPA 환경을 구축한다.
#rspec
https://ruby-news.kr/articles/github-inertiajs-inertia-rails-the-rails-adapter-for-inertia-js-github
Inertia.js를 위한 Rails 어댑터: inertia-rails 활용 가이드
inertia-rails는 Rails 컨트롤러에서 직접 프론트엔드 컴포넌트를 렌더링하고 데이터를 전달하여 복잡한 API 레이어 없이 SPA 환경을 구축한다.
더미 앱 없이 Rails 엔진 테스트 환경 구축하기
Rails 엔진 테스트 시 일반적인 dummy app 방식 대신 60줄의 spec_helper와 인메모리 SQLite를 활용해 가볍고 빠른 테스트 환경을 구축한다.
#rails_engine #rspec
https://ruby-news.kr/articles/building-a-rails-engine-13-how-to-test-a-mountable-rails-engine-without-a-dummy-app
더미 앱 없이 Rails 엔진 테스트 환경 구축하기
Rails 엔진 테스트 시 일반적인 dummy app 방식 대신 60줄의 spec_helper와 인메모리 SQLite를 활용해 가볍고 빠른 테스트 환경을 구축한다.
【Rails】RSpecの導入からモデルテストを書き方まで|FactoryBot・Fakerでハマったポイントまとめ
https://qiita.com/masa_tech_0326/items/b5f51a60674113a91158?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Rails 개발을 위한 AI 코딩 어시스턴트 활용 전략: 생산성 극대화와 주의사항
Rails의 관습적인 패턴인 테스트 코드 생성, 마이그레이션 작성, CRUD 보일러플레이트 제작에서 AI는 50% 이상의 높은 시간 절감 효과를 제공합니다.
#active_record #rspec
https://ruby-news.kr/articles/ai-coding-assistants-rails-what-works
This is an interesting article about parallel testing and CI https://visuality.pl/posts/parallel_tests_without_waiting
⚡ From ~30 minutes to ~2 minutes: how a Rails team achieved ultra-fast CI — without rewriting tests.
Parallel RSpec done right, smart workload balancing, PostgreSQL on tmpfs (RAM), and even reconsidering cloud vs physical hardware.
Inspired by a Kaigi on Rails 2025 talk 🇯🇵

February 18, 2026 Based on a talk from Kaigi on Rails 2025 by Hayato Okumoto (TwoGate CTO) Because life is too short to watch bundle exec rspec scroll by like the credits of an extended director’s …