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

extracted from https://github.com/glimmerjs/glimmer-vm/pull/1690 (not written by me, but @wycats )

We don't want folks using these components, because they have two-way binding -- they're the only components with two-way binding, and that's hard to reconcile given how signals/tracked work

Make an inventory of all the guide pages that need more updates than just changing the code examples. For example mentioning `hbs` in text, or saying something about building with...

- As per [ember-data:deprecate-non-strict-relationships](https://deprecations.emberjs.com/ember-data/v4.x/#toc_ember-data-deprecate-non-strict-relationships) we should update the guides to list all relationships explicitly - Seems like we want most of the examples to be `{ async: false }` ##...

We currently have the Octane upgrade guides, and we'll copy that set-up for Polaris Discussed during learning meeting 24-2-2025

https://guides.emberjs.com/release/getting-started/quick-start/ [here in code] (https://github.com/ember-learn/guides-source/blob/master/guides/release/getting-started/quick-start.md?plain=1#L257 ) describes the diff style: > In the rest of the code examples in this tutorial, whenever we add or remove code, we will show...