Blogs

Introducing ClaudeOnRails. Your AI-Powered Rails Development Team | by Obie Fernandez | Jun, 2025 | Medium
I’m excited to share ClaudeOnRails a new gem that transforms Claude into an intelligent team of Rails developers.
ClaudeOnRails leverages https://github.com/parruda/claude-swarm to create a team of specialized AI agents that work together just li...

Rails Database Connection Pooling Explained | Prateek Codes - Learn Building Scalable Backend Systems
Every Rails application that handles multiple concurrent requests needs an efficient way to manage database connections. Without proper connection management, your app could create a new database connection for every request, quickly overwhelming ...

Rails Dashboards that scale – with SQL and dry-struct - Philippe Creux
Rails Dashboards that scale: crunch data with SQL, return JSON, wrap it in type-safe DryStructs, and swap in Faker or plug into a data warehouseWhy Not ActiveRecord?
ActiveRecord is a great ORM for typical CRUD operations. While it offers a handfu...

Async Ruby is the Future of AI Apps (And It's Already Here)
After a decade as an ML engineer/scientist immersed in Python’s async ecosystem, returning to Ruby felt like stepping back in time. Where was the async revolution? Why was everyone still using threads for everything? SolidQueue, Sidekiq, GoodJob –...


5 gems you no longer need with Rails | Arkency Blog
In my line of work as a consultant I’m often reviewing Rails codebases. Most of the time they’re not the greenfield apps — developed with latest and greatest Rails and Ruby releases. They power successful businesses though. To keep them running sm...



A Rubyist's guide to Big-O notation - Honeybadger Developer Blog
I don't have a degree in computer science, and it's okay if you don't either! Lots of us Rubyists don't have formal computer science credentials. So for a long time, I avoided learning about big-O notation. It looks a little too much like higher m...