I'm looking for an example application using ember-model (https://github.com/ebryn/ember-model)
I'm looking for an example that:
- Showcases both object fetching and creation,
- Showcases writing of a custom adapter,
- Has complete sources available
I read through the ember-model docs on GitHub, I've seen an Ember-cast on the subject (http://www.embercasts.com/episodes/getting-started-with-ember-model).
CAVEAT: Not to be confused with EmberData, a competing solution. Ember-model is an independently developed alternative.