Defining Your Routes When your application starts, the router matches the current URL to the routes that you've defined. The routes
Computed Properties What are Computed Properties? In a nutshell, computed properties
Introduction Imagine we are writing a web app for managing a blog. At any given time, we should be able to answer questions like What
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
Built-in Helpers Built-in Helpers In the last section you learned how to write a
Introduction The Ember Inspector is a browser add-on designed to help you understand and debug your Ember applications. You can install it
Dependency Injection Ember applications utilize the dependency
The Run Loop Ember's internals and most of the code you will write in your applications takes place in a run loop. The run loop is used to
Applications and Instances Every Ember application is represented by a class that extends Ember.Application. This class is used
Pushing Records into the Store One way to think about the store is as a cache of all of the records that have been loaded by your application
Page 4 of 10