All
Articles 128,708Blog Posts 133,462Tech Tutorials 33,276Research Papers 25,143News 18,235
⚡ AI Lessons

Dev.to · Takashi SAKAGUCHI
⚡ AI Lesson
9mo ago
released: active_record_compose 1.0.0 — Wrap multiple models with an ActiveModel interface
I just released version 1.0.0 of my gem active_record_compose....

Dev.to · Takashi SAKAGUCHI
⚡ AI Lesson
10mo ago
Rails View Helper Scope and the include_all_helpers Option
About the Scope of Default View Helpers In this article, I’ll explain what scope the...

Dev.to · Takashi SAKAGUCHI
⚡ AI Lesson
10mo ago
How to Get More Detailed Information When RSpec Tests Fail
When an RSpec test fails, of course, the first thing we do is try to figure out why. In a local...

Dev.to · Takashi SAKAGUCHI
⚡ AI Lesson
10mo ago
Helpful Settings When Running RSpec with parallel_tests
This article describes a few settings that are useful when running tests with parallel_tests,...

Dev.to · Takashi SAKAGUCHI
⚡ AI Lesson
12mo ago
Tame Your Flaky RSpec Tests by Fixing the Seed
About This Article Have you ever experienced tests that occasionally fail when running...

Dev.to · Takashi SAKAGUCHI
⚡ AI Lesson
1y ago
Smart way to update multiple models simultaneously in Rails
I created a gem called active_record_compose, which helps keep your Rails application clean. Below is...
DeepCamp AI