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...
2967 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...
2967 reads
Ruby on Rail's ships with a module known as Enum
which has a parent class of ActiveRecord
. This handy...
15796 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...
8119 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-peer internet w...
572 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...
6505 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...
902 reads
As I took a quick break from my other series (Let's Build for Ruby on Rails developers, an...
4702 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...
11414 reads
Almost every software developer today knows at least a little bit about Git. In order to go beyond this "little bit", I'd like to show you seven short commands which y...
3777 reads
Continuing on from part 18 I progress with front-end validation using the [Vuelidate](ht...
1221 reads
In part 18 of this Let's Build for Ruby and Rails developers series I begin adding more stateful UI to the mix to help improve the user experience as well as add some va...
1086 reads
Welcome to a new ongoing tutorial mini-series dedicated to building an API-driven Ruby on Rails application.
The goal of this series is to give some perspective of wh...
12157 reads