Library Info To see a list of libraries used in your application, click on the Info menu. This view displays the libraries used
Inspecting Routes The Routes tab displays a list of your application's routes. For the following code:
Handling Deprecations A valuable attribute of the Ember framework is its use of Semantic
Adding Nested Routes Up to this point, we've generated four top level routes. An about route
Triggering Changes with Actions You can think of a component as a black box of UI functionality. So far, you've learned how parent components
Testing Controllers Unit testing methods and computed properties follows previous patterns shown in Unit Testing Basics because Ember
Handling Metadata Along with the records returned from your store, you'll likely need to handle some kind of metadata. Metadata is
Unit Testing Basics Unit tests are generally used to test a small piece of code and ensure that it is doing what was intended. Unlike acceptance
Preventing and Retrying Transitions During a route transition, the Ember Router passes a transition object to the various hooks on the routes
Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model
Page 2 of 10