When loading domain objects from an external service, it can be expensive to load up associated objects with them. Today's episode takes a look at a p…
ActiveRecord has become practically synonymous with SQL database access in Ruby, but it's not the only way to talk to SQL stores. Today we'll explore …
In the last episode we looked at the problem of "aliasing", here there are multiple objects representing a single row in a database. Today, we'll look…
Today we look at a perncious problem that sometimes plagues code which uses an Object-Relational Mapper (ORM).
Documentation of the ActiveRecord inver…