开发者

Debug Rails Active Record Query

Is there a way debug ActiveRecord queries before they are executed rather t开发者_Python百科han after?


You can call .to_sql on the end of the query to output the sql that it generates like so:

SomeModel.where(:stuff => 'is here').to_sql
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜