Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixture Adapter still mutates FIXTURES arrays on create/update/deleteRecord #2243

Closed
fivetanley opened this issue Sep 6, 2014 · 2 comments
Closed

Comments

@fivetanley
Copy link
Member

This can lead to many gotchas while testing. As @bmac suggested we should probably have the Fixture Adapter account for this and manage state, and make some initializer that resets using the original array.

@stefanpenner
Copy link
Member

Or have he fixture adapter do a stringify and parse. Or some other structured clone

@wecc
Copy link
Contributor

wecc commented May 24, 2015

The FixtureAdapter has been deprecated (#3091) and is no longer included in Ember Data by default.

The code for FixtureAdapter has been moved to emberjs/ember-data-fixture-adapter, please re-open in that repo if this is still an issue.

@wecc wecc closed this as completed May 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants