ここのガイドに従おうとしています:
http://emberjs.com/guides/outlets/#toc_templates-controllers-and-views
私はこの段落を見ました:
This connectOutlet call does a few things for us:
It creates a new instance of App.PostsView, using the posts.handlebars template.
It sets the content property of postsController to a list of all of the available posts (App.Post.find()) and makes postsController the controller for the new App.PostsView.
It connects the new view to the outlet in application.handlebars.
これらのファイルを手動で作成する必要があると思いますよね? はいの場合、フォローアップの質問は、PostController の場合、どのように見えるべきですか?
ところで、私はエンバーレールを使用しており、構造にはジェネレーターを使用しました。ありがとう!