I’m having trouble getting my application to load start via the router. I am using the ember-rails gem to generate assets. I created one resource and I am trying to connect it through the ember router, but the router never routes anything.
This is a link to a JSFiddle of the code generated by ember-rails. The only code I added myself is the enter, connectOutlets, and the location attribute on the router creation.
What am I missing?
I ended up finding a really good, basic ember-rails example on github here. In this example he uses a more up to date version of ember that seems to solve my problems.