Testing Routes Unit testing methods and computed properties follows previous patterns shown in Unit Testing Basics because Ember.Route
Debugging Ember provides several configuration options that can help you debug problems with your application.
Web Development Joining a web development community can be a challenge within itself, especially when all the resources you visit assume you're
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
Observers Ember supports observing any property, including computed properties. Observers should contain behavior
Managing Dependencies As you're developing your Ember app, you'll likely run into common scenarios that aren't addressed by Ember itself,
Quick Start This guide will teach you how to build a simple app using Ember from scratch. We'll cover these
Handling Events You can respond to user events on your component like double-clicking, hovering, and key presses through event handlers. Simply
Object Inspector The Inspector includes a panel that allows you to view and interact with your Ember objects. To open it, click on any Ember
Initializers Initializers provide an opportunity to configure your application as it boots. There are two
Page 7 of 10