Y
Hacker News
new
|
ask
|
show
|
jobs
by
adamonduty
4341 days ago
I'm a little scared that this builds SQL statements directly. Did you consider at least using prepared statements? Was there such an awful performance hit using ActiveRecord, or something that couldn't be done with it?
1 comments
keithwhor
4341 days ago
Yep --- couldn't effectively use and parse subqueries with ActiveRecord alone.
link