Re: [問題] includes or joins???

看板Ruby作者 (SEAMAN)時間13年前 (2011/11/01 03:19), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串5/5 (看更多)
※ 引述《ggegge (Egg)》之銘言: : 標題: Re: [問題] includes or joins??? : 時間: Thu Sep 8 15:29:53 2011 : : user = User.includes(:laptop).first : user.laptop.color # for example : : 這樣在第一次 query 的時候 ActiveRecord 就會做 join 的動作 : 所以總共只有一次 query : : -- : ※ 發信站: 批踢踢實業坊(ptt.cc) : ◆ From: 140.112.30.133 : 推 kewang:這樣子寫我知道可以,可是我想讓user可以顯示全部的欄位, 09/08 15:59 : → kewang:因為我要to_json,照文中的寫法會無法顯示laptop.*,只會出 09/08 16:00 : → kewang:現user.name, user.laptop_id而已 09/08 16:00 respond_to do |format| format.json { render :json => user, :include => :laptop } end -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.240.209.21
文章代碼(AID): #1EhlJETD (Ruby)
討論串 (同標題文章)
文章代碼(AID): #1EhlJETD (Ruby)