Ember-cli-rails No route match for ember's paths
问题 In a Rails and Ember project, I decided to use EmberCLI Rails because I want to do integration tests with Capybara and all my favorite testing gems. I installed it and it works when I go to the home page. I added routes on ember like this : import Ember from 'ember' import config from './config/environment' Router = Ember.Router.extend(location: config.locationType) Router.map -> @resource 'users' export default Router When I go on http://localhost:3000/users , I have a no route matches error