event.context not set by {{action …}} when using {{#each …} (undefined)
问题 I'm trying out Ember.js for the first time by roughly following the Ember.js guide, but I'm running into the following problem. Relevant code: https://gist.github.com/3257657 (for complete rails app, see: https://github.com/basveeling/ember-test) Context: I'm running the latest ember-rails build with the 1.0 prerelease ember.js. I'm using ember-data for the post model. Almost everything works in this app, except that the hrefs created by {{action showPost context="post" href=true}} have an