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, you'll need ...
600 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, you'll need ...
600 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 them into a ...
1950 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 little to no ...
4263 reads
The annotate Ruby gem boosts developer quality of life and is one I use in every new Rails project.
The idea of the gem i...
1102 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 their websites t...
3146 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 ecosystem, YAML
i...
6338 reads
Ruby on Rails uses a Ruby gem called rake to generate tasks that otherwise enable your applications to call code with alias commands.
...
1258 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.
In 2018, I p...
12202 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 more complex ...
9500 reads
When it comes to leveraging other gems and dependencies in Ruby, Bundler is the primary tool all Rails developers leverage.
Most of us know bas...
923 reads
It's that time again. My annual coding setup for 2022 is here. In previous years I've outlined a similar set of tools, software, and extensions since I get asked about t...
1603 reads
I have fat fingers when it comes to programming some days. I’ll often make a typo when generating a new model or a controller and fudge up a process that creates a bunch...
887 reads