Route#_reset()

_resetprivate Defined in packages/ember-routing/lib/system/route.js:480 Available since 1.7.0

Ember.generateControllerFactory()

generateControllerFactoryprivate Defined in packages/ember-routing/lib/system/generate_controller.js:9 Generates a controller factory

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 to projects, often saving time and letting you focus on your project. To browse addons, visit the Ember Observer website. It catalogs and categorizes ember addons that have been published to NPM and assigns them a score based on a variety of criteria. For Super Rentals, we'll take advantage of two addons: ember-cli-tutorial-style and ember-cli-mirage. ember

RSVP.EventTarget

RSVP.EventTarget Class Defined in: bower_components/rsvp/lib/rsvp/events.js:19 Module: ember

HistoryLocation#pushState()

pushState (path) private Defined in packages/ember-routing/lib/location/history_location.js:140 Pushes a new state. Parameters: path String

PromiseProxyMixin#isFulfilled

isFulfilledpublic Defined in packages/ember-runtime/lib/mixins/promise_proxy.js:130 Will become true if the proxied promise is fulfilled. Default: false

Controller

Ember.Controller Class PUBLIC Extends: Ember.Object Uses: Ember.ControllerMixin Defined in: packages/ember-runtime/lib/controllers/controller.js:12 Module: ember-runtime

Route#_stashNames()

_stashNamesprivate Defined in packages/ember-routing/lib/system/route.js:295

Applications and Instances

Applications and Instances Every Ember application is represented by a class that extends Ember.Application. This class is used to declare and configure the many objects that make up your app. As your application boots, it creates an Ember.ApplicationInstance that is used to manage its stateful aspects. This instance acts as the "owner" of objects instantiated for your app. Essentially, the Application defines your application while the ApplicationInstance manages its state. This separation o

DS.ServerError#errorsHashToArray()

errorsHashToArrayprivate Defined in addon/adapters/errors.js:168