まず最初にJbuilderってJavaのなんかだと思った。富士通とかそういうところが出してるIDEとかなんかそういうの。10万くらいしそうな。 で、そうじゃなくてレスポンスをjsonで組み立てるときに使うやつ。 https://github.com/rails/jbuilder WebAPIサーバなんか創るんだったら、ぜひ使ってみた方がいい。respond_withとか辛すぎる。 before respond_with article, include: [ :hoge, {comments: {include: {author:{only: :name, methods: 'avatar_thumb_url' }}}} , {likes: {only: :id, include: {user:{only: :id, methods: 'avatar_thumb_url' }}}} , {