Seeding Relations in Ember Mirage with Factories
When we are working on an EmberJs project, for all but the most trivial applications, we like to mock API calls so we can develop the UI of our application independently of the back end. Enter in Ember-cli-Mirage. a really essential library maintained by Sam Selikoff. We’re not going to deep dive into all of…