-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
deprecate support for DS.FixtureAdapter #3091
Conversation
Should close #2804 |
@@ -2,6 +2,9 @@ | |||
|
|||
### Master | |||
|
|||
- Removed support for DS.FixtureAdapter. You can use it as an addon, or | |||
build it using Ember Shrinkwrap. https://github.com/emberjs/ember-data-fixture-adapter/tree/master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean Ember Giftwrap?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
The |
3781a10
to
7a57eb6
Compare
writable: false, | ||
configurable: false, | ||
value: null, | ||
set: function(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be the getter?
7a57eb6
to
57568ee
Compare
It kinda feels like there should be a deprecating release, or at least a DS.FixtureAdapter in core that throws a helpful error for users if they try to use it. |
Yes, if you look at the code it is there ;P https://github.com/emberjs/data/pull/3091/files#diff-7a9b7714c153305dd4a831e18d6485bbR136 |
b9cdad1
to
d834ea7
Compare
d834ea7
to
c4607fa
Compare
The FixtureAdapter has needed work for a long time, and without a champion to maintain it, it is being moved out of core and into an addon. You can see the addon at https://github.com/emberjs/ember-data-fixture-adapter/tree/master. We recommend you use an AJAX stubbing solution such as Pretender: https://github.com/trek/pretender
c4607fa
to
6ffa70c
Compare
deprecate support for DS.FixtureAdapter
👍 is there an issues to update the guides already? |
@joostdevries I don't think so, can @fivetanley confirm? @joostdevries Do you want to tackle that? |
The FixtureAdapter has needed work for a long time, and without a
champion to maintain it, it is being moved out of core and into an
addon. You can see the addon at
https://github.com/emberjs/ember-data-fixture-adapter/tree/master.
We recommend you use an AJAX stubbing solution such as Pretender:
https://github.com/trek/pretender