Tutorials



How to debug issues with Turbo Morphing | Radan Skorić's personal site
Turbo’s morphing feature can look magical. There’s a lot of pieces moving behind the scenes to make it come alive. That’s great when it works but when it doesn’t you might be left staring at the screen unsure where to start to debugging it. Maybe ...


Finding Postgres rows too large for BTree indexes
A Ruby program to find rows in a Postgres database that are too large for BTree indexes.We are currently migrating our main application database from AWS Aurora Postgres to Google AlloyDB Postgres (it’s a cost decision) and I’m using Google’s data...





Using Hotwire and Rails to build a live commenting system - DEV Community
Today we're exploring Hotwire, a new-old way of building web applications by sending HTML instead of JSON over the wire.We'll learn how Hotwire works with Ruby on Rails by building a simple application that allows users to leave comments on a proj...