Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model
Adding Nested Routes Up to this point, we've generated four top level routes. An about route
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
Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality
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
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
Creating Your App Welcome to the Ember Tutorial! This tutorial is meant to introduce basic Ember concepts while creating a professional looking
Creating a Handlebars Helper So far, our app is directly showing the user data from our Ember Data models. As our app grows, we will want
Page 1 of 2