-
If we want clients to create small controllers and use resources in their routes, it’s a good idea to know why. This is a refresher of Derek Prior’s advice from Railsconf 2017.
-
Are your feature flags states leaking between your test cases? Stub them all to make your test suite more reliable. Here’s how.
-
RSpec custom matchers can be written using plain old objects.
-
Highlights of what happened in our #dev channel on Slack this week.
-
Highlights of what happened in our #dev channel on Slack this week.
-
A subtle bug happens when validating the presence of boolean fields in Rails. Here’s how to find it before it hits production.
-
Got autoloading during initialization warning messages in your Rails 6.1 app? It’s time to_prepare for the next version.
-
Highlights of what happened in our #dev channel on Slack this week.
-
Rocket launches show us that we can know that two future events will be simultaneous, or what the local time will be, but not both.
-
Time dependent tests are difficult to diagnose, and the symptoms don’t present themselves until it’s too late. This article will help you determine if your test suite is time dependent.
Sign up to receive a weekly recap from thoughtbot