ember-debug

ember-debug Module Parent: ember

ember-data

ember-data Module Ember Data

ember-application

ember-application Module Parent: ember The ApplicationInstance encapsulates all of the stateful aspects of a running Application. At a high-level, we break application boot into two distinct phases: Definition time, where all of the classes, templates, and other dependencies are loaded (typically in the browser). Run time, where we begin executing the application once everything has loaded. Definition time can be expensive and only needs to happen once since it is an idempotent operation. For

Ember Inspector

Introduction The Ember Inspector is a browser add-on designed to help you understand and debug your Ember applications. You can install it on Google Chrome, Firefox and other browsers (via a bookmarklet) Here's a brief video showcasing some of the features of the Inspector:

Ember

Ember Namespace PUBLIC Defined in: packages/ember-metal/lib/core.js:8 Module: ember-metal This namespace contains all Ember methods and functions. Future versions of Ember may overwrite this namespace and therefore, you should avoid adding any new properties. At the heart of Ember is Ember-Runtime, a set of core functions that provide cross-platform compatibility and object property observing. Ember-Runtime is small and performance-focused so you can use it alongside other cross-platform l

ember

ember Module

Embedding Applications

Embedding Applications In most cases, your application's entire UI will be created by templates that are managed by the router. But what if you have an Ember.js app that you need to embed into an existing page, or run alongside other JavaScript frameworks, or serve from the same domain as another app? Changing the Root Element By default, your application will render the application template and attach it to the document's body element. You can tell the application to append the application t

EachProxy

Ember.EachProxy Class PRIVATE Defined in: packages/ember-runtime/lib/system/each_proxy.js:16 Module: ember This is the object instance returned when you get the @each property on an array. It uses the unknownProperty handler to automatically create EachArray instances for property names.

DS.VERSION

VERSIONStringstatic Defined in addon/-private/core.js:15

DS.UnauthorizedError

DS.UnauthorizedError Class Defined in: addon/adapters/errors.js:133 Module: ember-data