Is there a suggested approach to generate a relationship link?
@Garrick wrote: Q: Is there a suggested approach to generate a relationship link? I have an article with a hasMany relationship to comments, but the article response does not contain a relationship...
View ArticleJSONAPIAdapter - Overwrite buildURL
@FlorianKrippner wrote: Hej Ember Community, I want to overwrite the buildURL Function in my JSONAPIAdapter. But i am not sure how to do that. what i want: i want to query for something like that: var...
View ArticleHow to get consuming app's output path in broccoli plugin when running addon...
@Akash_D_Souza wrote: When an addon hook is running on an engine, outputPath in broccoli plugin’s build method is not the consuming app’s outputPath . Subsequently, any file added to the outputPath...
View ArticleCheckbox - on-change not triggered in Chrome Browser
@mithula.s wrote: When an enclosing div has an action associated to it, the checkbox’s on-change action is not triggered in Chrome browser. In the following example, only enclosingDivAction is...
View ArticleThe right way to deal with one-to-many attributes in the same JSON......
@jameshahn2 wrote: We’re in the home stretch with the glossary app! But I’m having trouble working with a different kind of array than the other terms/letter/term.id and letter/:term routes @dknutsen...
View ArticleMissing module error while importing @ember/jquery
@Pratik_Sathaye wrote: Hello, I am trying to import ‘@ember/jquery’ in my component. I did install ‘@ember/jquery’ and ‘@ember/optional-feature’. I have also enabled jquery-integration. When I try to...
View ArticleComponent Property is not getting updated
@JKP wrote: I have a component property in my component.js based on which i will show/hide some data in template.hbs Case1: By default the componentProperty (canShow) is true, but based on some change...
View ArticleOn the first save() Ember errors because it can't find a model by a different...
@Abuelo wrote: I have a really weird problem I was hoping someone might have some insight on. I have a button that is linked to an action to update then save a model: // component.js...
View ArticleRemove dependency optionally at build time
@Scott_Newcomer wrote: I’m looking into removing a dependency at build time based on an environmental variable from process.env. Looked at a few things: blacklist - doesn’t strip it from vendor.js...
View ArticleOnly one term from JSON will show up in this route (everyone point and laugh...
@jameshahn2 wrote: That celebration didn’t last long… don’t even know how to ask a question because I’m not sure there’s an answer. JSON will only return one particular term for this route. If you...
View ArticleEmber.js - The Ember Times - Issue No. 113
@ember-blog wrote: Tach Emberistas! 🐹 This week: brand new content in the Ember Guides 🤓, use Ember Engines and Yarn Workspaces to maximize happiness 🤗, add visual regression testing to your Ember app...
View ArticleSymlink of addons getting error
@S.MOHAMED_ALI_SMA wrote: Our Ember app having multiple contexts and some of the reusable components, services, modals are maintained inside addons. The addons are symlinked inside app package.json as...
View ArticleBest way to get attrs only
@xiwcx wrote: Hi! I’m working on my first Ember addon and I needed a way to separate the attrs from the rest of the component object. I came across warnings against using this.attrs directly. What I...
View ArticleDiagnosing a broken addon build, floating dependencies
@samselikoff wrote: Ember CLI Mirage’s master build has been broken for a bit and I’m trying to fix it. The failure is specific: it’s in one of our FastBoot tests, running on a “floating dependencies”...
View ArticleCreating my own run-loop queue
@MyFantasy512 wrote: In previous versions of Ember versions I was able to create my own queue in an initializer run.queues.push('analytics'); From Ember 3.2 it seems like it’s not possible to access...
View ArticleApple Music Beta is an Ember app!
@jmurphyau wrote: https://beta.music.apple.com It’s good to see high profile examples of Ember Posts: 1 Participants: 1 Read full topic
View ArticleHow to use pictures inside a Addon? - (project structure)
@FlorianKrippner wrote: Hej ember community, i have the following question: i want to use a picture (.png) inside a ember component (.hbs file). but idk where i should place it inside my ember...
View ArticleReplace underscores/snake case and capitalize/title case page title w/ Ember...
@jameshahn2 wrote: Ran into a situation where my page titles are generated from snake cased terms in JSON. Needed to remove the underscores and capitalize the words while leaving stop words lowercase....
View ArticleEmber.js - The Ember Times - Issue No. 114
@ember-blog wrote: Hiya Emberistas! 🐹 This week: read the Octane Update for the Modern Ember Tutorial 🎁, participate in the discussion of deprecating eventing 💬, join the crowd at EmberFest 2019 🐹🎉,...
View ArticleCannot read property 'addEventListener' while building nested dropdown
@jameshahn2 wrote: Morning y’all! Does anyone know how to refactor the components in EmberMap’s Building A Nested Dropdown code (specifically, dropdown-list-item and dropdown-list) in light of RFC...
View Article