If you want to enhance your user experience by ditching passwords in favor of magic links, you’ve come to the right place. In this tutorial, I walk through how to implem...
429 reads
This collection houses all things Ruby and Rails. We discuss the conventions, principles, patterns, and more that make up the vastly cool web-app framework.
Viewing articles within the Ruby on Rails collection
If you want to enhance your user experience by ditching passwords in favor of magic links, you’ve come to the right place. In this tutorial, I walk through how to implem...
429 reads
ViewComponent is a powerful gem that allows you to create reusable, testable, and encapsulated view components in Ruby on Rails applications.
[ViewComponent](https:/...
506 reads
As a novice or professional Ruby on Rails developer, you're likely familiar with the concepts of Concerns and Modules. Both are used to organize and reuse code but have ...
1256 reads
When you build apps with Ruby on Rails, managing a lot of data can be tricky, especially when different parts of your app are similar but not the same.
Rails has a c...
674 reads
Partials in Ruby on Rails are one of those things I often take for granted. Extracting pieces of views and sharing across a monolith type of app is such a game changer f...
3406 reads
Are you learning Ruby on Rails? If you’re like me, you’ve probably made many mistakes while using the framework.
I still make these mistakes today, but as I’ve learne...
513 reads
This step-by-step tutorial will teach you how to create and deploy a new Rails app on a remote server using Dokku.
Whether you're a developer looking to test your a...
1006 reads
It’s great to see a resurgence of the framework responsible for so much internet goodness related to SaaS and web applications. It inspired me to make a somewhat biased ...
1658 reads
Live reload is an incredible tool for developers looking to boost their productivity. In this tutorial, I will walk you through implementing live reload in your Ruby on ...
4771 reads
In the realm of Ruby on Rails and background job processing, Solid Queue is the newest contender. Solid Queue is a robust alt...
2166 reads
In the Ruby on Rails world, we often leverage tools like node.js and yarn as a build step for front-end tooling like Tai...
3193 reads
In Ruby on Rails, naming models is more than just a convention. It's about clarity, efficiency, and ensuring your app is easy to manage. Here's a guide to help you name ...
1158 reads