
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...
22712 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...
22712 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...
3953 reads
When Rails 7 made its first appearance in December of 2021 a new default component was introduced called Turbo. If you have an...
17422 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...
2513 reads
Ruby on Rail's ships with a module known as Enum
which has a parent class of ActiveRecord
...
12515 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...
4752 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...
428 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...
5057 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...
697 reads
As I took a quick break from my other series ([Let's Build for Ruby on Rails developers](https://web-crunch.com/collections/lets-build-for-ruby-and-rails-dev...
3735 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 ...
8338 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 comm...
3079 reads