rails:547
From: Kenta Hashimoto <kem@c...>
Date: Wed, 02 Nov 2005 11:40:43 +0900
Subject: [rails:547] Re: SQL文の確認
はしけむです。 ありがとうございます! JOINできました。 Shugo Maeda wrote: > 前田です。 > > Kenta Hashimotoさんは書きました: > >>ActiveRecordが生成するSQLって、joinなどはぜんぜんしないんですね。 > > > people = Person.find(:all, :include => [ :account, :friends ]) > > みたいに:includeオプションでjoinもできますよ。 > もっとも、ケースバイケースで、 > > >>まず、動くものを作ってから、find_by_sqlや、count_by_sqlに置き換えていっ >>て、パフォーマンスをあげていくということですかね。 > > > ということは必要になるかと思いますが。 > -- ML: rails@r... 使い方: http://QuickML.com/ Web Site: http://wiki.fdiary.net/rails/ ML Archives: http://www.fdiary.net/ml/rails/
515 2005-10-31 11:32 [kem@c... ] SQL文の確認 516 2005-10-31 11:59 ┗[yu1@t... ] 537 2005-11-01 01:59 ┗[kem@c... ] 544 2005-11-02 01:49 ┗[shugo@r... ] -> 547 2005-11-02 03:40 ┗[kem@c... ]