
In this guide, my goal is to help you showcase the popularity of blog posts by adding real-time likes as a polymorphic feature to your Rails app using [hotwi...
99 reads
In this guide, my goal is to help you showcase the popularity of blog posts by adding real-time likes as a polymorphic feature to your Rails app using [hotwi...
99 reads
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can si...
165 reads
As a designer who stumbled into Ruby on Rails, I always look for more opportunities to simplify, bringing better design to the framework. I’m working on a ne...
333 reads
Ruby on Rails, commonly referred to as Rails, is a popular and powerful web application framework written in Ruby programming language. Its simplicity, effic...
573 reads
In Ruby on Rails, sending emails is a common task for applications. However, during development, it's essential to avoid accidentally sending real emails t...
531 reads
If you've used Rails for a length of time you've likely gotten an error of this type: "Address already in use - bind(2) (Errno::EADDRINUSE)"
Running multi...
1222 reads
Welcome to another edition of my Hotwire and Rails series, where I take you through a journey of crea...
817 reads
In this Rails quick tip, I'll discuss a built-in command you can use to supercharge the tedious database configuration process with Ruby on Rails.
First, ...
318 reads
In Ruby on Rails, a common issue developers face is n+1 queries, which occur when an application sends multiple queries to the database instead of combining ...
1207 reads
Welcome to a brand new "Let's Build" tutorial series where I use Rails in the combination of hotwired.dev to create components with l...
1963 reads
The annotate Ruby gem boosts developer quality of life and is one I use in every new Rails project.
The idea ...
519 reads