Need to do some HTML sanitization, but Rails ActionView Sanitize Helpers are not good enough? Read this post to learn how to do it with Loofah.
Great news! The consultant developer your team hired will be onboarded next week. Now what? Check out this guide for onboarding consultants for the first time.
Read it again today to learn the git tools that will allow you to keep a clean git history, how to use them, and why they should be handled with care.
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.