guides-source icon indicating copy to clipboard operation
guides-source copied to clipboard

This repository contains the Ember.js Guides

Results 185 guides-source issues
Sort by recently updated
recently updated
newest added

Copied over from https://github.com/emberjs/ember.js/issues/17956 created by @pink-cupcakes: I wanted to provide feedback on the data models documentation: I would recommend starting in the order of going through CREATE before going...

ember-data

The goal of this task is to take the updates made to the super rentals example in PR https://github.com/ember-learn/super-rentals/pull/121 and apply them to the tutorial The following changes would be...

a11y

We've renamed Models to Ember Data, but the URLs haven't been updated just yet. We should update them to reflect the new naming.

agenda

With the implementation of [RFC#287](https://github.com/cibernox/rfcs/blob/20d2c89a11d20b7672291569efa2aa6e1697e2fe/text/0000-promote-in-element-to-public-api.md) a new built-in helper will be added to Ember's public API. To document this helper, please add a comprehensive description of the helper to the...

https://guides.emberjs.com/release/components/looping-through-lists/#toc_updating-lists By default, Ember.js will extend the prototypes of native JavaScript objects, right? So one does not need to convert the messages array to Ember Array here unless they override...

Recently we got an email from netlify saying that they are changing the behaviour of the redirects. Currently, if you have a redirect defined as follows: ``` /v3.16.0/object-model/computed-properties /release/components/component-state-and-actions ```...

https://guides.emberjs.com/release/testing/testing-components/#toc_stubbing-services This section shows how to stub a service in a component test, but there is a caveat. If a service was accessed in an initializer, calling `register` will not...

When linking directly to a nested section (e.g. https://guides.emberjs.com/release/tutorial/part-1/), the nav does not expand and select the currently active page.

The current [Contribution Section](https://guides.emberjs.com/release/contributing/) should be replaced with a short description and a link to the [contribution guides](https://github.com/ember-learn/contribution-guides/issues/1) once they're released.

on hold
writing/content

This [ember-data RFC](https://github.com/runspired/rfcs/blob/ember-data-packages-rfc/text/0000-ember-data-packages.md) proposes some improvements to the mental model of ember-data. We should update the guides to reflect it. Your PR should branch from and target `master`. ## To...