Eliminating dead code, obsolete methods, and mysterious test failures on newest Rails.
Webpacker was retired for Rails 7. Let’s explore some options for replacing it when making an upgrade.
Our team is attending Rails Conf 2023 in Atlanta and we look forward to meeting other folks in the community.
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.