Tutorials
Transfer Manager Directory Support for AWS SDK for Ruby | AWS Developer Tools Blog
Managing bulk file transfer to Amazon Simple Storage Service (Amazon S3) can be complex when transferring directories containing multiple files and subdirectories. AWS SDK for Ruby Transfer Manager (aws-sdk-s3 version 1.215) now supports directory...
10 Ways Ruby's CSV.read Can Silently Corrupt or Lose Your Data - DEV Community
When having to parse CSV files, many developers go straight to the Ruby CSV library — it ships with Ruby and requires no dependencies.
But it comes at the cost of boilerplate post-processing you have to write, test, and maintain yourself. Worse, ...
Enable Ruby LSP in Claude Code — Quick Setup Guide
Ruby LSP is a language server for Ruby built by Shopify. It provides go-to-definition, document symbols, hover information, and diagnostics. In your editor - VS Code, Neovim, Zed - you probably already use it and do not even notice because it just...
Rails Testing on Autopilot: Building an Agent That Writes What Developers Won't | Mistral AI
In most large Rails monoliths, organizations prioritize writing new features over writing tests for them. Over time, more and more code goes untested, forcing teams to spend more time debugging painful bugs.
We built an autonomous agent that clos...
How I Audit a Legacy Rails Codebase in the First Week
My legacy Rails app playbook. After 50+ engagements, here's the exact process, tools, and stakeholder questions I use in week one.After 50+ engagements, I’ve learned that the first week isn’t about reading the code. It’s about reading the signals....