How I escaped the zoo of monkey patches and built a clean, Rails 8-friendly PostGIS adapter gem that actually works with modern Rails.| Seuros Blog
Have you ever wanted to see the resulting SQL of a query in Rails console? Well, unfortunately there's not really an 'easy' way to do this, other than hacking the console, so here we go.| Seth Vargo
A number of ActiveRecord methods take a block to initialize attributes. This post explores how to do that and how using it compares to a few other methods of setting attributes on an object.| Kevin Murphy