Using Ember Data

Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model

2016-11-30 16:53:59
Adding Nested Routes

Adding Nested Routes Up to this point, we've generated four top level routes. An about route

2016-11-30 16:48:24
Setting Up Tests

Setting Up Tests To demonstrate the basic setup and processing of an Ember application, this section will walk through building an Ember application

2016-11-30 16:53:27
The Model Hook

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

2016-11-30 16:53:54
Deploying

Deploying To deploy an Ember application simply transfer the output from ember build to a web server. This can be done with standard

2016-11-30 16:49:18
Building a Simple Component

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

2016-11-30 16:48:43
Installing Addons

Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality

2016-11-30 16:52:19
Services and Utilities

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

2016-11-30 16:53:27
Building a Complex Component

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

2016-11-30 16:48:43
Creating Your App

Creating Your App Welcome to the Ember Tutorial! This tutorial is meant to introduce basic Ember concepts while creating a professional looking

2016-11-30 16:49:05