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

Was going through the tutorial and noticed they were telling us to use the "ember server" command to run the dev server. This was inconsistent with the quickstart and what's...

This is likely the main spot: https://github.com/ember-learn/guides-source/blob/cf2d9ac71a456c20e2fef7a74369f2c93111a977/guides/v4.5.0/contributing/adding-new-features.md

This is an *[automated](https://github.com/ember-learn/guides-source/blob/super-rentals-tutorial/.github/workflows/tutorial-ingestion.yml)* pull request to let you know there are new content available for the tutorial! If these changes look good to you, it is recommended that you...

Prettier for Handlebars is deprecated in favor of using Prettier for Handlebars natively using Prettier itself.

This will - [x] Update existing modifier language in the `release` docs - [ ] once approved, I'll back port it all the way to 3.25 - [ ] removes...

Adding doc hints for async relationships as discussed on [Discord](https://discord.com/channels/480462759797063690/480777444203429888/971550923124002916).

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

The `ENABLE_ALL_FEATURES` flag was removed in [v2.3.0](https://github.com/emberjs/ember.js/blob/5a77a4312accd672f29b48b73db2b78745335ae7/CHANGELOG.md#230-january-17-2016) in favour of `ENABLE_OPTIONAL_FEATURES`: https://github.com/emberjs/ember.js/pull/12627

Add couple of remarks regarding usage of block and inline version of `if`.