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

Page: https://guides.emberjs.com/release/routing/asynchronous-routing/ Ref: https://discord.com/channels/480462759797063690/483601670685720591/828585464294408233

Hi, I am just starting to learn Ember and though i like the tutorial soo far i do have a few issues. 1. Explain how to debug. For some reason...

(Issue edited by @jenweber) Whenever you generate a new route, they have `{{page-title}}` in them! We should update our code examples to include this new boilerplate, and we need to...

help wanted
good first issue

It can be tough to know where to get started with contributing to Ember! We should create a short and sweet welcome message and some general guidance for new contributors....

help wanted
writing/content

Motivation is so that devs just quick skimming the this page: https://guides.emberjs.com/v3.24.0/addons-and-dependencies/ don't feel like they need to install broccoli transform addons and do `app.import` for every dependency. This is...

help wanted

This section is already pretty up to date, looks like someone went over it recently with the RFC-232 changes. Some things to add: - [ ] explanation for why the...

help wanted
Octane

On the **Guides > Application Concerns > [Dependency Injection](https://guides.emberjs.com/v3.5.0/applications/dependency-injection/#toc_getting-an-application-instance-from-a-factory-instance)** page for **v3.5.0** there is a broken link to `Ember.getOwner`: ![image](https://user-images.githubusercontent.com/127994/97796508-c19f5100-1be0-11eb-9991-7236d7c1895f.png) --- The broken link looks like this: https://api.emberjs.com/ember/3.5/classes/@ember%2Fapplication/methods/getOwner?anchor=getOwner ![image](https://user-images.githubusercontent.com/127994/97796531-01663880-1be1-11eb-9a31-1e32ff7c3d01.png) ---...

## Background - [Ember Guides: Components - Built-In Components](https://guides.emberjs.com/release/components/built-in-components/) - [Learning Team meeting notes from August 6, 2020](https://github.com/emberjs/core-notes/blob/master/learning-team/2020-08/2020-08-06.md#reorganizing-built-in-components-in-ember-guides-il-10-15-min) - https://discuss.emberjs.com/t/ember-octane-and-2-way-binding-what-are-you-recommend/18092 ## Description There were 3 problems that inspired the conversation...

enhancement
on hold

## Background In the Ember Guides, we use the `+` and `-` to indicate what code have been added or deleted. For example, in the [Super Rentals Tutorial](https://guides.emberjs.com/release/tutorial/part-1/orientation/#toc_editing-files-and-live-reload) (and other...

needs team discussion

Hello, I wanted to learn more about how LinkTo component works and came across this old page https://guides.emberjs.com/v1.10.0/routing/link-to-router-flow/ However, when I click the "view v 3.20" button, I get to...