Documentation
TODO
-
API docs
-
How to bootstrap a project
-
Application structure (M/V/C layers and what they're for)
-
Getting started with Ember and Rails
-
Built-in controls
-
How events are handled and bubbled
-
Ember.ArrayController
-
Array observers, propagation and ArrayProxy
-
How the view layer works - 30,000 foot view
-
How to use state managers
-
Bindings and run loop overview
- Run once
-
Building Ember.js applications (conceptually, what needs to happen?)
-
Debugging
- Ember.Application and toString
- {{debugger}}
- {{log}}
-
Handlebars composition
-
Handlebars helpers
- paths
- binding aware
-
View layer lifecycle hooks
-
Others
- Routing
- Persistence
- jQuery.ajax
- Equivalent of Backbone sync
- ember-data
- ember-debug
This comment has been minimized.
It would be great to have ember-data combined with the "Getting started with Ember and Rails" part with a basic CRUD app using ajax and ember-data to send the data.