
Welcome to another edition of my Hotwire and Rails series, where I take you through a journey of crea...
0 comments
•292 reads
Welcome to another edition of my Hotwire and Rails series, where I take you through a journey of crea...
0 comments
•292 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, ...
0 comments
•137 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 ...
1 comment
•866 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...
1 comment
•760 reads
The annotate Ruby gem boosts developer quality of life and is one I use in every new Rails project.
The idea ...
0 comments
•275 reads
Many moons ago, RSS was all the hype. With fewer publication engines like Medium, Substack, and other newsletter-style engines, most people would create thei...
1 comment
•479 reads
I find YAML
to be a godsend when rendering static data that doesn't necessarily need to be a part of a database using Ruby on Rails.
In the Ruby ecosyst...
1 comment
•1230 reads
Ruby on Rails is well known for its simplicity and convention over configuration design philosophy. One of the many powerful features of Rails is its support...
1 comment
•1303 reads
Ruby on Rails uses a Ruby gem called rake to generate tasks that otherwise enable your applications to call code with alias c...
5 comments
•558 reads
Over the past few months, I've been quietly hacking on a side project called Rails UI. It's a new Ruby on Rails engine that pairs prof...
0 comments
•1729 reads
I recently posted a poll on YouTube about what "Let's Build" series to revamp, and the answer was a unanimous event scheduling type of Rails application.
...
0 comments
•5592 reads
If you are an avid Tailwind CSS user like myself, you probably landed here to learn how to make better use of Tailwind CSS for a m...
0 comments
•4430 reads