The document discusses Ember CLI, a tool for building Ember.js applications that provides generators, build tools, and testing capabilities out of the box. It provides structure for applications, allows generating models, controllers, and resources. Ember CLI uses generators, build commands like ember server and ember build, and supports testing with Karma and qUnit via the ember test command. The future of Ember CLI includes increased stability, pods, improved inspector, project unity, and removal of jQuery dependency.
7. EMBER RAILS
Allowed Ember.js applications to be served as part of a Rails app via the
Asset Pipeline.
Introduced great project structure, but, SUCH BLOAT
13. GENERATORS
$ ember generate model Contact
$ ember generate controller Contacts
$ ember generate resource Contacts
14. BUILD TOOLS
$ ember server
$ ember build
Caveat
Ember CLI currently uses Eval()
eval("define("client/models/student", n ["ember-data","exports"].....