Ruby on Rails How to remove tailwind CSS from your Rails project I've stopped using tailwind CSS for one of my personal projects. To test things out, I removed tailwind Rich Steinmetz Feb 1, 2023 1 min read
Ruby on Rails Stop using tailwind in your Rails project! I'm starting quite a bit of new Rails apps and I'm helping others to start their Rich Steinmetz Feb 1, 2023 5 min read
Ruby on Rails A weird Rails logger Pokémon I love codebases for the surprises they offer. Some pieces of code jump at you like rare Pokémons and you Rich Steinmetz Jan 15, 2023 3 min read
Ruby on Rails Testing Rails loggers with minitest Having good logs around can give you insight into what's currently happening in your application. It also gives Rich Steinmetz Jan 8, 2023 3 min read
Ruby on Rails Ruby and Rails going from 2022 to 2023 Recently I was asked to reflect on the Ruby and Rails eco systems. There are and there always will be Rich Steinmetz Dec 31, 2022 3 min read
Ruby on Rails Modeling your public static pages as resources in Ruby on Rails So we checked 2 major ways already of creating public (more or less) static pages: 1. brute force drop your Rich Steinmetz Dec 12, 2022 2 min read