Tips for Using FactoryBot Without an ORM Exploring how to use FactoryBot effectively with models backed by plain Ruby objects. Oli Peate April 28, 2022 Factory Girl Factory Bot Ruby Rails Web
Reducing Leaky Abstractions Introduced by ActiveRecord ActiveRecord provides a comprehensive interface for querying the database, but at what cost? Josh Clayton March 30, 2022 Rails Ruby Web Good Code
Rails Server Side Analytics From Scratch Learn how to track user events without sacrificing privacy and performance. Steve Polito March 28, 2022 Rails Analytics Web
Dynamic forms with Turbo Fetch fresh fields from your servers with Turbo Frames. Sean Doyle February 2, 2022 Turbo Rails Stimulus Hotwire Web
Dynamic forms with Stimulus Progressively enhance your server-generated forms with Stimulus. Sean Doyle February 1, 2022 Stimulus Rails Hotwire Web
Ruby splat operator 🌟 The Ruby splat operator is confusing and here is why… Sami Birnbaum January 17, 2022 Web Programming Ruby
An Honest Look at Tailwind as an API for CSS Treat Tailwind as an API for CSS and avoid common pitfalls of utility-first CSS frameworks. Steven Neamonitakis January 7, 2022 Tailwind CSS Design Web
What technologies should I learn? What technologies do we recommend to early career web developers? Joël Quenneville November 18, 2021 Web Ruby
A Broader Take on Parsing Broadening our definition of “parsing” yields some useful insights. Joël Quenneville October 14, 2021 Elm Ruby Parsing Web
Ruby safe navigation Ruby’s safe navigation can hide some subtle edge cases. We explore approaches to think about conditional logic, alternatives to &., and when &. is the best tool for the job. Joël Quenneville October 13, 2021 Development Web Ruby