DefaultResolver#translateToContainerFullname()

translateToContainerFullname (type, name) private Defined in packages/ember-application/lib/system/resolver.js:450 Converts provided name from the backing namespace into a container lookup name. Examples: App.FooBarHelper -> helper:foo-bar App.THelper -> helper:t Parameters: type String name String

Array#hasArrayObservers

hasArrayObserversBooleanpublic Defined in packages/ember-runtime/lib/mixins/array.js:506 Becomes true whenever the array currently has observers watching changes on the array.

Engine#runInitializers()

runInitializersprivate Defined in packages/ember-application/lib/system/engine.js:131

DS.RESTAdapter#_ajaxRequest()

_ajaxRequest (options) private Defined in addon/adapters/rest.js:1031 Parameters: options Object jQuery ajax options to be used for the ajax request

Web Development

Web Development Joining a web development community can be a challenge within itself, especially when all the resources you visit assume you're familiar with other technologies that you're not familiar with. Our goal is to help you avoid that mess and come up to speed as fast as possible; you can consider us your internet friend. CDN Content Delivery Network This is typically a paid service you can use to get great performance for your app. Many CDNs act as caching proxies to your origin serv

Computed Properties

Computed Properties What are Computed Properties? In a nutshell, computed properties let you declare functions as properties. You create one by defining a computed property as a function, which Ember will automatically call when you ask for the property. You can then use it the same way you would any normal, static property. It's super handy for taking one or more normal properties and transforming or manipulating their data to create a new value. Computed properties in action We'll start wit

HTMLBars.helpers

Ember.HTMLBars.helpers Class Module: ember-data

HistoryLocation#initState()

initStateprivate Defined in packages/ember-routing/lib/location/history_location.js:33 Used to set state on first call to setURL

Registry#_injections

_injectionsInheritingDictprivate Defined in packages/container/lib/registry.js:83

Ember.watchedEvents()

watchedEvents (obj) private Defined in packages/ember-metal/lib/events.js:183 Return a list of currently watched events Parameters: obj