Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model
Introduction The Ember Inspector is a browser add-on designed to help you understand and debug your Ember applications. You can install it
Tackling Deprecations As part of making your app upgrades as smooth as possible, the Inspector gathers your deprecations, groups them, and
Setting Up Tests To demonstrate the basic setup and processing of an Ember application, this section will walk through building an Ember application
Configuring Ember CLI In addition to configuring your app itself, you can also configure Ember CLI. These configurations can be made by adding
Applications and Instances Every Ember application is represented by a class that extends Ember.Application. This class is used
The Model Hook Now, let's add a list of available rentals to the index template. We know that rentals will not be static, since eventually
Computed Properties What are Computed Properties? In a nutshell, computed properties
Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices
Dependency Injection Ember applications utilize the dependency
Page 3 of 10