Tutorials
Rails 6, TailwindCSS, TailwindUI, and Stimulus New App Guide (November 2020)
Starting your new Rails 6 appGetting started on a new Rails 6.x app and want the latest TailwindCSS, Webpack, and Stimulus as your base development stack?Look no further! This article is all you need.I'll keep updating it over the course of the ne...
How I code without service objects - Code with Jason
Service objects and Interactors are fashionable among Rails developers today. I can’t speak for everyone’s motives but the impression I get is that service objects are seen as a way to avoid the “fat models” you’re left with if you follow the “ski...