Adding basic search functionality to a Ruby on Rails app is not the toughest task in the book but when you think about it before hotwire.dev was a...
11941 reads
Adding basic search functionality to a Ruby on Rails app is not the toughest task in the book but when you think about it before hotwire.dev was a...
11941 reads
Modern versions of Ruby on Rails ship with a very useful application credentials layer that allows you to store private keys and other information fully encrypted.
Un...
53394 reads
Ruby on Rails ships with no user authentication layer. The core maintainers of the framework made this decision as it could vary per app how you might want to handle suc...
5021 reads
When Rails 7 made its first appearance in December of 2021 a new default component was introduced called Turbo. If you have any history wi...
21753 reads
Upgrading a Ruby on Rails application can be a downright chore. There are many steps to consider and that varies depending on your version of Rails. It's often advised t...
2945 reads
Ruby on Rail's ships with a module known as Enum
which has a parent class of ActiveRecord
. This handy...
15645 reads
Accepting payments has become easier than ever. Stripe is a platform that enables so many entrepreneurs to branch out and make their way to building products, tools, and...
7884 reads
Ruby on Rails and its routing capabilities make creating new resources and URL structures a breeze. This guide is a walk-through of some use cases for routing with the f...
6390 reads
Long before I took interest in design or code I was a musician (and still am). I don't talk about this much so I figured I might summarize who I was before my life of de...
610 reads
Ever since starting this blog and my YouTube channel I knew teaching had a special place in my heart. I don't consider myself the best at much of anything but having the...
884 reads
As I took a quick break from my other series (Let's Build for Ruby on Rails developers, an...
4616 reads
In this guide, we take a look at creating button components using Tailwind CSS. Combined with PostCSS we can craft custom component-based classes that group Tailwind CSS...
11336 reads