Tutorials




This Could Make You a More Productive Rails 7 Dev! | Phlex Gem Spotlight with Ruby on Rails 7 - YouTube
I kept seeing the Phlex gem talked about on Twitter, so I decided to take a look at what it can do with Ruby on Rails 7 in this gem spotlight. :)Checkout my course(s) at: https://learn.deanin.comLinks:https://www.phlex.fun/rails/https://www.phlex....

Making Music With Active Record Associations - DEV Community
My latest project involves creating an Eclectic Music database. The purpose is to allow the user to store data about all types of music. Eclectic means deriving ideas, style, or taste from a broad and diverse range of sources. This is why I gave t...



Using ViewComponents with Turbo | predicatemethod
If you haven’t had a chance to check out ViewComponents, I’d highly recommend you take a look. ViewComponents are a great way to encapsulate view-related logic, making it much easier to test and reuse.Within the application, a background job is re...

Zero downtime Rails migrations with the PlanetScale Rails gem
The workflow we use to build the PlanetScale Rails application allows our engineers to ship changes without the fear of downtime. This leads to faster releases and an all-around more confident team. In this blog post, I'm going to go over the risk...

Display Backend Errors to the Frontend - DEV Community
Errors are awesome. Errors tell you that something needs to be fixed. If one would not have the error, it would be very frustrating as things would not work and we would not know why. The more specific an error is, the more helpful it is. The best...