
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 cre...
0 comments
•56 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 cre...
0 comments
•56 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” exerci...
0 comments
•246 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](https://hotwir...
0 comments
•821 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...
2 comments
•1197 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 t...
2 comments
•801 reads
When Rails 7 made its first appearance in December of 2021 a new default component was introduced called Turbo. If you have an...
0 comments
•2237 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 oft...
0 comments
•866 reads
Ruby on Rail's ships with a module known as Enum
which has a parent class of ActiveRecord
...
0 comments
•930 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...
1 comment
•659 reads
Web3 is all the buzz right now. If you're new to the phrase you'll learn a little more about it in this article. I think Web3 will be the dawn of peer-to-pee...
0 comments
•335 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 routin...
0 comments
•2218 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 bu...
0 comments
•470 reads