Defining Your Routes When your application starts, the router matches the current URL to the routes that you've defined. The routes
Introduction Models are objects that represent the underlying data that your application presents to the user. Different apps will have very
Data Tab You can inspect your models by clicking on the Data tab. Check out
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
Testing Models Unit testing methods and computed properties follows previous patterns shown in Unit Testing Basics because DS.Model extends
Introduction Testing is a core part of the Ember framework and its development cycle. Let's assume you are
Objects in Ember You'll notice standard JavaScript class patterns and the new ES2015 classes aren't widely used in Ember. Plain objects can
Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality
Bindings Unlike most other frameworks that include some sort of binding implementation, bindings in Ember.js can be used with any object.
Enumerables In Ember.js, an enumerable is any object that contains a number of child objects, and which allows you to work with those children
Page 5 of 10