Edit requests of Railsで生SQLを書かずにLEFT JOINする方法
@k0kubun
2016-02-11
Not reviewed
includesでLEFT JOINした場合JOINして引いてきたレコード全てに対してActiveRecord::Baseインスタンスを作ってしまい遅いので、単にLEFT JOINしたいだけであれば`left_joins`などを使用した方がエコです。ただし、このメソッドはRails 5.0.0.beta1以上でのみ使えます。
Please check the preview of this article
We released Markdown parser changes on February 24, 2022. There may be some unexpected appearance changes in this update, because this article was posted before the changes.
Please don't forget to check the preview before updating your article.
For more information on the changes, please read this article.