Tutorials
Building an AI-Powered Mobile App with Ruby on Rails and DigitalOcean | 10 Grounds
Building an AI-powered consumer app today comes with a lot of noise.
New frameworks, new models, new infrastructure patterns — all promising speed, scale, and intelligence out of the box.
When we started building CoChefy, our goal was much simple...
Rails 7.2 Connection Pool Changes May Slow Down Your App | Code With Rails
After upgrading to Rails 7.2, you might notice your app is a bit slower. Not dramatically, but measurably—around 5-6% in real-world benchmarks. It comes down to how ActiveRecord now manages database connections.
The Change
In Rails 7.1, each thre...
The Automated Roadmap to Upgrade Rails - FastRuby.io
The Roadmap to Upgrade Rails opens a new window is FastRuby.io’s discovery product that helps teams plan and execute their Rails upgrade projects.
We’re happy to introduce an Automated Version of the Roadmap, powered by an AI agent, available com...
Optimizing Garbage Collection in Rails with Autotuner
Autotuner is a tool designed to optimize the performance of Ruby on Rails applications by fine-tuning the garbage collector (GC). It integrates seamlessly with Rails as middleware and collects data on GC activity between requests. Based on this da...