Disabling Prototype Extensions By default, Ember.js will extend the prototypes of native JavaScript objects in the following ways:
Finding Records The Ember Data store provides an interface for retrieving records of a single type.
Introduction Testing is a core part of the Ember framework and its development cycle. Let's assume you are
Passing Properties to a Component Components are isolated from their surroundings, so any data that the component needs has to be passed in
Redirecting Sometimes you want to redirect a user to a different page than what they requested for. For example
Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality
Specifying a Route's Model Often, you'll want a template to display data from a model. Loading the appropriate model is one job of a route
Handlebars Basics Ember uses the Handlebars templating library
Debugging Promises The Inspector provides a way to look at all Promises created in your application. Click on the Promises menu
Testing Models Unit testing methods and computed properties follows previous patterns shown in Unit Testing Basics because DS.Model extends
Page 6 of 10