guides-source
guides-source copied to clipboard
This repository contains the Ember.js Guides
With the Anniversary Edition of Windows 10, Edge doesn't display the dropdown of the version selector. Clicking the dropdown shows an empty list and the version appears as blank after...
Visit https://guides.emberjs.com/release/testing/ IS:  Will crosspost in Discord #dev-ember-learning
some discussion on the topic that comes up quite regularly in internal channels: - https://github.com/NullVoxPopuli/ember-resources/issues/340 - https://github.com/emberjs/rfcs/issues/769
Read through this list of APIs that are being removed in Ember 4. If we are using any of them in the guides/release folder, comment or open new issues/PRs. Thank...
Guide: https://guides.emberjs.com/release/routing/defining-your-routes/#toc_wildcard--globbing-routes > The error catching flow in https://guides.emberjs.com/release/routing/defining-your-routes/#toc_wildcard--globbing-routes is not ideal, it swallows all errors silently. Also, promise API is being used inside an `async` function which is not...
I am following through https://guides.emberjs.com/release/getting-started/quick-start/, and the code snippet there (for the generated `scientists` route) uses the `page-title` tag in the template (in `app/templates/scientists.hbs`). It didn't work for me, and...
https://guides.emberjs.com/release/tutorial/part-1/component-basics/#toc_passing-content-to-components-with-yield Hi 👋 I'm new to ember and was going through the Tutorial when I got to the "Passing Content to Components with {{yield}}" section. This section doesn't seem to...
It would be great to get more content around how to structure tests and where to put support files that are meant just for tests. I can't find references to...
Results of running `npm run release:guides:minor` > scripts/create-new-minor-version: line 82: create-new-guides-version-919: command not found > 👩💻 Create pull request for : https://github.com/ember-learn/guides-source/compare/master...create-new-guides-version-919 > Press any key to continue > 🤖...
https://github.com/ember-learn/guides-source/pull/1725