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

deprecate support for DS.FixtureAdapter #3091

Merged
merged 1 commit into from
May 23, 2015
Merged

Conversation

fivetanley
Copy link
Member

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

@wecc
Copy link
Contributor

wecc commented May 22, 2015

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
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@wecc
Copy link
Contributor

wecc commented May 22, 2015

The FixtureAdapter is also mentioned in README, https://github.com/emberjs/data/blob/master/README.md#a-brief-note-on-adapters

@fivetanley fivetanley force-pushed the remove-fixture-adapter branch 2 times, most recently from 3781a10 to 7a57eb6 Compare May 22, 2015 22:37
writable: false,
configurable: false,
value: null,
set: function(){
Copy link
Contributor

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?

@fivetanley fivetanley force-pushed the remove-fixture-adapter branch from 7a57eb6 to 57568ee Compare May 22, 2015 22:43
@rwjblue
Copy link
Member

rwjblue commented May 22, 2015

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.

@fivetanley
Copy link
Member Author

@fivetanley fivetanley force-pushed the remove-fixture-adapter branch 2 times, most recently from b9cdad1 to d834ea7 Compare May 23, 2015 02:13
@fivetanley fivetanley changed the title remove support for DS.FixtureAdapter deprecate support for DS.FixtureAdapter May 23, 2015
@fivetanley fivetanley force-pushed the remove-fixture-adapter branch from d834ea7 to c4607fa Compare May 23, 2015 02:17
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
@fivetanley fivetanley force-pushed the remove-fixture-adapter branch from c4607fa to 6ffa70c Compare May 23, 2015 02:27
fivetanley added a commit that referenced this pull request May 23, 2015
deprecate support for DS.FixtureAdapter
@fivetanley fivetanley merged commit ec00600 into master May 23, 2015
@fivetanley fivetanley deleted the remove-fixture-adapter branch May 23, 2015 02:34
@joostdevries
Copy link

👍 is there an issues to update the guides already?

@igorT
Copy link
Member

igorT commented May 28, 2015

@joostdevries I don't think so, can @fivetanley confirm? @joostdevries Do you want to tackle that?

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

Successfully merging this pull request may close these issues.

6 participants