Adding Nested Routes Up to this point, we've generated four top level routes. An about route
Handling Metadata Along with the records returned from your store, you'll likely need to handle some kind of metadata. Metadata is
Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model
Library Info To see a list of libraries used in your application, click on the Info menu. This view displays the libraries used
Acceptance Tests To create an acceptance test, run ember generate acceptance-test <name>. For example:
Specifying the URL Type The Ember router has four options to manage your application's URL: history, which uses the HTML5 History
Core Concepts Before you start writing any Ember code, it's a good idea to get an overview of how an Ember application works.
Actions Your app will often need a way to let users interact with controls that change application state. For example, imagine that you have
Query Parameters Query parameters are optional key-value pairs that appear to the right of the ? in a URL. For example, the following
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
Page 2 of 10