Blogs



curl-to-ruby: Convert curl commands to ruby's net/http
Ruby's net/http is notorious for not having the friendliest API, but it isn't all that bad. Ruby has great gems like faraday, but in libraries and small utilities it's better to kill your dependencies and use what the stdlib provides.This tool tur...



Shopify-Made Patterns in Our Rails Apps — Development (2022)
At Shopify, we’ve developed our own patterns in order to support our global platform. Before coming here, I've developed multiple Ruby (and Rails) applications at multiple growth stages. Because of that, I quickly came to appreciate some workaroun...



Ruby on Rails — Rails 7.0.2.3, 6.1.4.7, 6.0.4.7, and 5.2.6.3 have been released!
Hi everyone! Rails 7.0.2.3, 6.1.4.7, 6.0.4.7, and 5.2.6.3 have been released! So many versions!!!Yes, this release is a security release, and you should update soon. The releases have been made from the last release tag, so hopefully upgrading wil...