A layout gotcha with Turbo Frames

We’ve been using Hotwire at work recently. It’s been nothing short of revolutionary, but today I found an issue that arises because Hotwire is too damn user-friendly. Let’s recap on Hotwire’s most basic element, the Turbo Frame, and how it’s...

Watermarking Staging environments in Rails

I’ve been improving our Development and Staging environments with more realistic seed data and hit an unexpected issue. We previously used Faker and Markov chains to generate filler content whenever staging was reset, but the results were unrealistic. Users found...