Tagged: testing
2 posts tagged with "testing". View all posts →
Rails 8 Migration on a Live Product
Upgrading from Rails 7.1.5 to 8.1 with paying users. The strategy, the gotchas, and why I fixed 103 test failures before touching the Gemfile.
Why I Switched from RSpec to Minitest
RSpec felt like too much ceremony for a solo project. Here's how I migrated 341 tests, what broke, and why simpler was better.