Ember Data CDN link?

Is there a CDN link I can use to load Ember Data into JS Bin?

• Ember Data doesn’t appear in the list of libraries I can add to the js bin

• Ember Data is strangely absent from the EmberJS builds page. Not even a mention, or link to where it can be downloaded. Why is this, btw? It makes no sense and is horrible for user experience.

Found it!

For anyone coming across this post, I found the link by looking at someone elses JS Bin.

Here it is: http://builds.emberjs.com/tags/v1.0.0-beta.11/ember-data.js

Links can be found on Releases - Ember.js.

Looks like only ember, and not ember data, is listed. Am I missing something?

edit: Wow, I see it now. There is nothing under ‘Release’ for Ember Data, only ‘Beta’.

I’m guessing this doesn’t make sense for approximately 100% of new users.

The build page should be organised like this:

Ember core:

  • Release
    • download link 1,2,3 etc
  • Beta
    • download link 1,2,3 etc
  • Canary
    • download link 1,2,3 etc

Ember Data

  • Release
    • no link–Ember Data is still in beta
  • Beta
    • download link 1,2,3 etc
  • Canary
    • download link 1,2,3 etc

Today I learned about the tagged page. I swear I’ve looked at the builds page a million times and I never realized “Tagged Releases” was a link.

Correct, because Ember Data has not had an stable release (since it is still in 1.0.0 beta’s).