jrburke / ember-data-chained-computed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-data-chained-computed

This is for an issue reported to ember-data here: emberjs/data#5731

The tests/unit/nested-computed-test.js file shows the issue.

The computed dependencies:

In Ember and Ember Data 3.5.0, an update to add a new groupMember to the Group does not result in Message.people updating. In 2.18 the update did occur, the test passes.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-data-chained-computed
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About


Languages

Language:JavaScript 81.5%Language:HTML 18.5%