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

[BUGFIX release] Include initializers for global production build #4541

Merged
merged 1 commit into from
Sep 22, 2016

Conversation

tricknotes
Copy link
Member

In ember-data.prod.js, the Ember Data's initializers are missing since 2.8.0.

Without these initializes, DS.Store isn't setup for Ember application :<

In [`ember-data.prod.js`](http://builds.emberjs.com/tags/v2.8.0/ember-data.prod.js),
the Ember Data's initializers are missing since 2.8.0.

Without these initializes, `DS.Store` isn't setup for Ember application :<
@bmac
Copy link
Member

bmac commented Sep 22, 2016

Thanks @tricknotes. I re-triggered travis because there was a bug on master with the latest ember beta that should be fixed now. Once its green I'll merge this pr.

I'm going to wait for #4544 to get merged then I'll cut a 2.8.1 release with this fix.

@fivetanley fivetanley merged commit cf3ac13 into emberjs:master Sep 22, 2016
@tricknotes tricknotes deleted the fix-global-production-build branch September 22, 2016 14:55
bmac pushed a commit that referenced this pull request Sep 23, 2016
)

In [`ember-data.prod.js`](http://builds.emberjs.com/tags/v2.8.0/ember-data.prod.js),
the Ember Data's initializers are missing since 2.8.0.

Without these initializes, `DS.Store` isn't setup for Ember application :<
(cherry picked from commit cf3ac13)
bmac pushed a commit that referenced this pull request Sep 23, 2016
)

In [`ember-data.prod.js`](http://builds.emberjs.com/tags/v2.8.0/ember-data.prod.js),
the Ember Data's initializers are missing since 2.8.0.

Without these initializes, `DS.Store` isn't setup for Ember application :<
(cherry picked from commit cf3ac13)
@bmac
Copy link
Member

bmac commented Sep 23, 2016

@tricknotes I just published 2.8.1 to bower and ruby gems.

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.

3 participants