Mastering Derived Tables in Rails
Hey fellow Rails developers! Ever found yourself wrestling with complex SQL queries that involve aggregations, subqueries, or needing to join against computed results? Today, we’re …
Codeminer42’s Engineering Blog
Hey fellow Rails developers! Ever found yourself wrestling with complex SQL queries that involve aggregations, subqueries, or needing to join against computed results? Today, we’re …
Orchestrating background tasks (or "jobs," as they are often called) is common in web development. Any application that deals with time-consuming operations, such as sending …
In the first post of this series, our great Edy Silva tried multiple approaches for a Talent Matching system that would work for our little …
Portuguese version here: https://tech-pills.github.io/2025-09-18-Rails-Multi-Databases-e-Tenancy-como-fazemos-isso-em-2025/ Hey everyone! Hope you’re doing well. So, you’re building an application and you’ve reached that moment when you think: "Damn, how …
If you’ve come here looking for a post from a Ruby on Rails expert, I’m sorry to inform you that I’m not that person. What …
As the Last RailsConf approaches, the nostalgic feeling gets stronger. It’s the end of an era, a celebration of the history of Ruby on Rails …
1. Rails & Open Source: A Match Made in Developer Heaven Since its debut in 2004, Ruby on Rails has embraced open-source principles like no …
Before we dive into the topic of relationships between tables in a relational database, it’s worth revisiting the key concepts we explored in our previous …
Rails was launched in 2004 and it was a game changer for web development. It was very disruptive at the time, as it didn’t require …