guides icon indicating copy to clipboard operation
guides copied to clipboard

This repository is DEPRECATED!

Results 70 guides issues
Sort by recently updated
recently updated
newest added

The search icon that is supposed to appear in the header has a broken link. Right now it points at https://guides.emberjs.com/images/search-icon.svg Instead, the real image is available at https://guides.emberjs.com/v3.0.0/images/search-icon.svg (and...

From the README: # **Notice:** This repository is deprecated We have been working hard to make it much easier to contribute to the Ember Guides over the last 6 months....

From the README: # **Notice:** This repository is deprecated We have been working hard to make it much easier to contribute to the Ember Guides over the last 6 months....

See https://github.com/emberjs/data/issues/4720 These features were introduced in Ember Data 1.13 (see the blog post about it: https://emberjs.com/blog/2015/06/18/ember-data-1-13-released.html) but never written up for the guides. We don't necessarily want a lot...

help wanted

The component lifecycle guide is missing a core hook in terms of `init`: https://guides.emberjs.com/v2.14.0/components/the-component-lifecycle/ Since it's an inherited method from `Ember.Object`, the `init` function doesn't have docs on this page...

[This page](https://guides.emberjs.com/v3.0.0/templates/actions/) in the guides talks about actions, but doesn't cover some major gotchas around where actions should be put and where they can be passed. Examples: - An action...

https://guides.emberjs.com/v3.0.0/getting-started/js-primer/ Promises are an important part of Ember, but they aren't a "beginner" JS concept. We need to add a section that explains how to use them in the context...

good for new contributors

With the release of Ember v3.1.0, we will be able to use optional features, as explained in https://emberjs.com/blog/2018/02/16/ember-3-1-beta-released.html#toc_introducing-optional-features. A new "Optional Features" guide should be added after "Configuring Ember.js >...

In Ember v3.1.0, you can now omit `.get` to retrieve computed properties. ## Tasks - [ ] Update code samples to remove `.get` where that is possible - [ ]...

how do I import an npm module whatever (AMD, commonJS, UMD) in ember-cli? We should better document this, and ensure the community's ergonomics by putting a third-party library in your...