PinnedAdding Sign Up to the Rails 8 Authentication GeneratorThis article spurned from writing about the new Rails 8 Authentication Generator in my Build A SaaS App in Ruby on Rails 8 book, and I…Oct 4, 2024A response icon1Oct 4, 2024A response icon1
PinnedLeveraging Turbo 8: Best Additions to Implement in Rails 8 ProjectsThis article will explore Turbo 8’s powerful features and a little bit of code. You will be surprised by how little extra code is needed to…Oct 1, 2024Oct 1, 2024
Print Smarter in Ruby — Know When and How to Use Each MethodIf you’ve ever stared at a blob of console output wondering what the hell you just printed, you’re not alone. Ruby gives you a handful of…May 20May 20
Avoiding N+1 Queries in Rails: Easy Performance Wins for BeginnersPerformance issues in Rails apps can sneak up on you, especially if you’re working with ActiveRecord and are unaware of the infamous N+1…May 15May 15
How to Build a Twitter Clone with Rails 8 and Turbo 8Hotwire, StimulusJS, and Turbo have been out for the better part of half a decade, and there have been sweeping changes in the Turbo…Sep 19, 2024Sep 19, 2024
How to Build a Twitter Clone with rails, ActionCable and ReactLet me start by saying I think the things the teams working on CableReady and StimulusReflex are pretty awesome. They are aiming to make…May 4, 2020May 4, 2020
How to get the names of all the files in a folder in RubyWhen it comes to working with directories Ruby comes with a class for dealing with directories and paths, here.Apr 28, 2020Apr 28, 2020
Integrating Bootstrap 4 into Rails 6…and how to use a themeJun 25, 2019A response icon1Jun 25, 2019A response icon1