
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 [hotwi...
98 reads
Web-Crunch is a publication for the independent web developer, designer, entrepreneur, and maker who aspires to solve many of their own problems with design + code.
We create:
We learn and love teaching others using well crafted and inspiring content.
We take no shortcuts in crafting a more complete tutorial than you might find in the wild.
Our articles often have an accompanying video. We appreciate both written and visual mediums.
Groups of tutorials are collections. Enjoy a series of tutorials to better learn a concept.
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 [hotwi...
98 reads
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can si...
164 reads
As a designer who stumbled into Ruby on Rails, I always look for more opportunities to simplify, bringing better design to the framework. I’m working on a ne...
331 reads
Ruby on Rails, commonly referred to as Rails, is a popular and powerful web application framework written in Ruby programming language. Its simplicity, effic...
573 reads
In Ruby on Rails, sending emails is a common task for applications. However, during development, it's essential to avoid accidentally sending real emails t...
530 reads
If you've used Rails for a length of time you've likely gotten an error of this type: "Address already in use - bind(2) (Errno::EADDRINUSE)"
Running multi...
1221 reads
Welcome to another edition of my Hotwire and Rails series, where I take you through a journey of crea...
815 reads
In this Rails quick tip, I'll discuss a built-in command you can use to supercharge the tedious database configuration process with Ruby on Rails.
First, ...
318 reads
In Ruby on Rails, a common issue developers face is n+1 queries, which occur when an application sends multiple queries to the database instead of combining ...
1207 reads
Welcome to a brand new "Let's Build" tutorial series where I use Rails in the combination of hotwired.dev to create components with l...
1963 reads
The annotate Ruby gem boosts developer quality of life and is one I use in every new Rails project.
The idea ...
519 reads