Adding Nested Routes Up to this point, we've generated four top level routes. An about route
Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model
Deploying To deploy an Ember application simply transfer the output from ember build to a web server. This can be done with standard
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
Setting Up Tests To demonstrate the basic setup and processing of an Ember application, this section will walk through building an Ember application
Building a Simple Component As a user looks through our list of rentals, they may want to have some interactive options to help them make
Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality
Services and Utilities For Super Rentals, we want to be able to display a map showing where each rental is. To implement this feature, we
Routes and Templates Ember uses routes to define logical, addressable pages within our application. In Super
Building a Complex Component As they search for a rental, users might also want to narrow their search to a specific city. Let's build a component
Page 1 of 2