Hacker News new | ask | show | jobs
by mcphage 591 days ago
> It is only the really simple queries that are okay, but as soon as there is some complexity the generated sql query are not so good quality to put it politely.

ActiveRecord was specifically designed to work in that way—tools for most queries, which are simple, and making it easy to use SQL for more complicated cases.