This is the simplest version I could get working for a belongsTo association in a form select with EmberJS.
Ember.Select
is now deprecated and should not be used.
It uses ember-truth-helpers to have the eq
helper.
It is willingly coupled to the association name and attributes for simplicity but it could be made completely generic with a separated component and all ;-)