
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...
1371 reads
Page 3 of 32
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...
1371 reads
Migrating database changes is relatively straightforward using Ruby on Rails. You may have gotten ahead in the local development environment and need to modify something...
4849 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...
639 reads
If you have followed me for some time you might remember a series I did on Ruby on Rails titled “Let’s Build”. These guides were a “learn in public” exercise I tasked ...
5928 reads
Greetings friends,
I've been hard at work behind the scenes to update the course called Hello Rails.
I launched the course right about wh...
1710 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...
8364 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 in a fully encrypted m...
28839 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...
4213 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...
18970 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...
2614 reads
Ruby on Rail's ships with a module known as Enum
which has a parent class of ActiveRecord
. This handy...
13555 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...
5415 reads
A modern course designed to help you start using and understanding Ruby on Rails fast.
Save time and headache designing views, scaffolds, components, and making tough design decisions with the help of Rails UI.