In the realm of Ruby on Rails and background job processing, Solid Queue is the newest contender. Solid Queue is a robust alt...
1981 reads
In the realm of Ruby on Rails and background job processing, Solid Queue is the newest contender. Solid Queue is a robust alt...
1981 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...
2819 reads
Inspired by Jorge Manrubia’s talk from Railsworld I wanted to try out morphing which is coming to [Turbo 8](https://g...
3952 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 ...
1043 reads
Welcome to my latest Let’s Build series, where we'll build a supplement stack sharing app using Ruby on Rails.
Over time, I’ve added several [these builds](https://we...
1399 reads
Rails provides convenient built-in Time and Date formats that allow developers to work efficiently. While these default formats serve most applications well, there are i...
1735 reads
Love them or hate them, I find callbacks are like strapping a supercharger to Ruby on Rails apps. With sprinklings of these throughout your app, you can automate quite a...
693 reads
If you've ever been in the somewhat exhausting position of choosing a web framework for your next project, you know it's a pivotal decision.
In this blog post, I will...
1129 reads
For nearly every meaningful project I've taken on, there's always been a landing page first to help me market and semi-validate an idea.
Tons of tools exist to captur...
882 reads
In this guide, my goal is to help you showcase the popularity of blog posts by adding real-time likes as a polymorphic feature to your Rails app using [hotwired.dev](htt...
1252 reads
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can significantly ...
1317 reads