A recap of the Live AMA event with thoughtbot developers: open source contribution, pair programming, and much more!
How much does it cost you to carry dead code? How do you find and remove zombie Ruby code? Use these 4 strategies to kill out all the dead code in your Ruby application.
Are your feature flags states leaking between your test cases? Stub them all to make your test suite more reliable. Here’s how.
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.