Hacker News new | ask | show | jobs
by sanderjd 1092 days ago
I always disliked ActiveRecord, and always really liked arel, which is what it uses to construct its queries. Abstracting over raw sql strings is very useful, but pretending that relations are objects is convoluted.