Hacker News new | ask | show | jobs
by thunky 594 days ago
> I honestly do not understand ActiveRecord

ActiveRecord also does a terrible job of hiding the database or sql, even compared to other ORMs like Django's.

So the price you pay for the it doesn't even buy you that much benefit via abstraction in the first place.