Acceptance Tests To create an acceptance test, run ember generate acceptance-test <name>. For example:
Rendering a Template One job of a route handler is rendering the appropriate template to the screen. By default
Input Helpers The {{input}} and {{textarea}} helpers in Ember.js are the easiest way to create common form controls
Inspecting Objects via the Container Every Ember application has a container that maintains object instances for you. You can inspect these
Inspecting Routes The Routes tab displays a list of your application's routes. For the following code:
Handling Deprecations A valuable attribute of the Ember framework is its use of Semantic
Library Info To see a list of libraries used in your application, click on the Info menu. This view displays the libraries used
Defining a Component To define a component, run: ember
Core Concepts Before you start writing any Ember code, it's a good idea to get an overview of how an Ember application works.
Specifying the URL Type The Ember router has four options to manage your application's URL: history, which uses the HTML5 History
Page 1 of 10