Y
Hacker News
new
|
ask
|
show
|
jobs
by
yxhuvud
2071 days ago
There are built-in solutions but also quite severe limitations when you get to advanced usage of activerecord. Especially with regards to composability. Of course, raw SQL is also really bad in that scenario.
1 comments
tylerhou
2071 days ago
When I found ActiveRecord insufficient, I found it easy to drop down to Arel for complex queries:
https://www.rubydoc.info/gems/arel
link