Open samselikoff opened 5 years ago
Alternatively remove automatic loading behavior (which occurs under certain circumstances and is confusing) and just instruct folks to use the existing server.loadFixtures()
API themselves, either in the default scenario or in tests.
FYI: Transferred this to our Discuss repo, our new home for more open-ended conversations about Mirage!
If things become more concrete + actionable we can create a tracking issue in the main repo.
Fixtures are just sugar over
and are confusing when used in conjunction with the default scenario, because of the load order & conditional loading logic based on environment. We should remove them and teach people how to do the same thing using
loadData
.