ember data and ember 1.0.0-rc.2

I can’t seem to find the latest ember-data.js file to work with ember 1.0.0-rc.2 .

Right now you have to build from the source

A system is mostly done that will let us have downloads for every version of ember data with passing specs. @tom can probably provide some more details.

2 Likes

Ember now automatically publish builds of Ember Data every time a new commit is pushed that passes all the ember-data tests. The build is here:

https://s3.amazonaws.com/builds.emberjs.com/ember-data-latest.js

1 Like

Thanks for all the help. I also built the source from the git repo