Webpacker was retired for Rails 7. Let’s explore some options for replacing it when making an upgrade.
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.
Writing and previewing dynamic content in HTML emails with MJML’s secret feature.
Are your feature flags states leaking between your test cases? Stub them all to make your test suite more reliable. Here’s how.
Custom hooks are one of the most underused React abstractions. Let’s explore when it makes sense to use them compared to other abstractions.
Is Rust Web yet? We used our Rails knowledge to try writing a Web application in Axum in two days.
Got autoloading during initialization warning messages in your Rails 6.1 app? It’s time to_prepare for the next version.
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.
Here are the risks and common scenarios we see when a team doesn’t have a plan for ongoing maintenance for their Rails application. We also share how we support clients in these situations with our new, flexible, Rails Maintenance offering.