Using Ember Data
  • References/JavaScript/Ember.js/Guides/Tutorial

Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model

2025-01-10 15:47:30
Ember Inspector
  • References/JavaScript/Ember.js/Guides/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

2025-01-10 15:47:30
Tackling Deprecations
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Tackling Deprecations As part of making your app upgrades as smooth as possible, the Inspector gathers your deprecations, groups them, and

2025-01-10 15:47:30
Setting Up Tests
  • References/JavaScript/Ember.js/Guides/Tutorial

Setting Up Tests To demonstrate the basic setup and processing of an Ember application, this section will walk through building an Ember application

2025-01-10 15:47:30
Configuring Ember CLI
  • References/JavaScript/Ember.js/Guides/Configuring Ember.js

Configuring Ember CLI In addition to configuring your app itself, you can also configure Ember CLI. These configurations can be made by adding

2025-01-10 15:47:30
Applications and Instances
  • References/JavaScript/Ember.js/Guides/Application Concerns

Applications and Instances Every Ember application is represented by a class that extends Ember.Application. This class is used

2025-01-10 15:47:30
The Model Hook
  • References/JavaScript/Ember.js/Guides/Tutorial

The Model Hook Now, let's add a list of available rentals to the index template. We know that rentals will not be static, since eventually

2025-01-10 15:47:30
Computed Properties
  • References/JavaScript/Ember.js/Guides/The Object Model

Computed Properties What are Computed Properties? In a nutshell, computed properties

2025-01-10 15:47:30
Installing the Inspector
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices

2025-01-10 15:47:30
Dependency Injection
  • References/JavaScript/Ember.js/Guides/Application Concerns

Dependency Injection Ember applications utilize the dependency

2025-01-10 15:47:30