For Ruby on Rails developers looking to level up their database query skills, Rails 7.1 introduced a powerful new feature that deserves your attention: the .with query method. This elegant addition al...
This article was originally published on Rails Designer's Build a SaaS.There is no shortage of patterns in programming: Singleton-, Service- or Command patterns. Some are so similar, I don't even know...
This article, originally published on Rails Designer, is extracted from the book JavaScript for Rails Developers. Get your copy today. ✌️Ruby (and Rails) are known for great Developer Experience. ...
Ruby on Rails (RoR) is one of the most renowned web frameworks. When combined with SQL databases, RoR transforms into a powerhouse for developing back-end (or even full-stack) applications. It resolve...
Introduction
Managing integrations in your app often means dealing with similar objects that have slightly different behaviors. Instead of cluttering your code with conditionals, you can wrap...
Let’s talk about something that might be lingering in the back of your mind: upgrading your Ruby on Rails app. It’s one of those tasks that sounds great in theory—new features, better performanc...
Olá! Prazer em conhecê-los.Meu nome é Leonardo Quadros Fragozo (mas você pode me chamar de Leo), e sou desenvolvedor de aplicações web com foco em Ruby on Rails.Atualmente, estou desenvolvendo u...
Hello! Nice to meet you.My name is Leonardo Quadros Fragozo (but you can call me Leo), and I am a web application developer specializing in Ruby on Rails.I am currently working on a project called Cli...
I’ve been working with Ruby on Rails for a long time, and honestly, it always felt like pure magic.Rails' elegance, its conventions, the way things just worked with minimal setup. It made developmen...