14 Tools and Gems Every Ruby Developer Would Love— I wouldn’t usually feature a list-driven article but this has been a quiet week and it's a good one! Joé rounds up his favorite tools and gems of the moment, covering areas from email and databases to performance monitoring and analytics. All solid recommendations.
rails-new: Create a New Rails App Without Ruby Installed— A new official project under the Rails org. It works by using Docker to take care of making the right versions of Ruby and Rails available. An interesting idea in its initial stages. Built in Rust.
Brute-Forcing a 2FA System with Ruby— This was to pass a made-up security exercise, not to actually break anything, but provides an example of how Ruby can appeal to cybersecurity professionals.