Ember-Rails and namespaced templates
问题 I have a Rails app that is namespaced into three sections (almost 3 apps that share models). I would like for each namespaced section to have it's own Ember app. These apps are never loaded in the same layout so don't have to know anything about each other. In fact I would like to keep the code as separate as possible for when the app can eventually be really split up. I am trying to do this using the ember-rails gem. Basically it is like this question: How can I specify an alternative