Confused about which features are Octane only
@bmurphy wrote: Hello all, I’m starting a fresh project (Ember 3.14.1) and I’ve enabled some optional features but I’ve decided to forgo enabling Octane for now. My question is what features are...
View ArticleModel design for aggregates/counts
@bmurphy wrote: Hello all, I’m building a page that’ll contain a table of aggregate data by “location”. I.e. total number of assets and the total value of said assets per location etc. A user can...
View ArticleHow to execute code before model but not in beforeModel hook?
@Myrdhin wrote: Hello, I would like to execute some code juste before model hook execution in all my routes, but not in beforeModel hook because I need deserialized params. I tried this: //...
View ArticleHow to change default classname ember-view
@whynot wrote: Hello, everyone. I remembered there is a configure item to change this. Anyone remember ? Posts: 1 Participants: 1 Read full topic
View ArticleRouting madness
@Hummingbird wrote: The following problems seems to turn out as some sort of routing madness: I have an url which looks like /<user-slug>/entity/<entity-slug> where, both values user-slug...
View ArticleTypeError: Right-hand side of 'instanceof' is not an object
@Frank wrote: I am updating my app from 3.11 to 3.12. I had not this problem prior to updating. When I try to login, I get this error TypeError: Right-hand side of 'instanceof' is not an object...
View ArticleEmber.js - The Ember Times - Issue No. 126
@ember-blog wrote: 👋 Emberistas! 🐹 More Improvements Coming to Ember Inspector Soon 🚀, represent Ember in the State of JavaScript 2019 survey 📃, give thanks to Octane Guides contributors 🙏, Ember got...
View ArticleIs there a way to a change in a tracked property fire a function
@pabloascarza wrote: So im been trying ember octane and i have this article page /articles/:id wich model i load in the route is only the id, and in the template i have a component (glimmer one) like...
View ArticleEmber.js - Countdown to The New Year - Ember Sortable
@ember-blog wrote: This is the first in our DecEmber series- "Countdown to The New Year: 31 Days of Ember Addons". We plan to highlight a new addon each day until the new year, and we hope you'll join...
View ArticleAcceptance test for outgoing requests
@sarangsbabu wrote: I want to write test for checking whether my post, patch, delete calls are going to backend. This transitions are not causing any front-end changes. Does anyone have any idea to do...
View ArticleWriters Wanted: Countdown to the New Year Blog Series
@jessica wrote: Hey folks, we are still looking for writers for the Countdown to the New Year blog post series presenting another Ember addon every day Check it out on the Ember blog: blog.emberjs.com...
View ArticleEmber.js - Countdown to The New Year- Ember CLI Mirage
@ember-blog wrote: This is the second in our December series–"Countdown to The New Year: 31 Days of Ember Addons". We plan to highlight a new addon each day until the new year, and we hope you'll join...
View ArticleEmber-cli-update error : Cannot read property 'ember-cli' of undefined
@Frank wrote: I am trying to update my app using ember-cli-update. I am following the doc here. So, first I do ember install ember-cli-upadte. Then I commit the change of the package.json and...
View ArticleEmber.js - Countdown to The New Year- Ember Modifier
@ember-blog wrote: This is the third in our DecEmber series– "Countdown to The New Year: 31 Days of Ember Addons". We plan to highlight a new addon each day until the new year, and we hope you'll join...
View ArticleEmber.js - Countdown to The New Year - Ember Tether
@ember-blog wrote: May the 4th edition in our December series be with you! In "Countdown to The New Year: 31 Days of Ember Addons" we highlight a new addon each day until the new year, and we hope...
View ArticleIntegrating an API Key to every request
@belgoros wrote: Recently I’ve got a request to use a custom API that requires its customers to provide an API key value in every request. So the existing Ember app used apiHost value set up in...
View ArticleCan I POST hasMany children as an array of POJOs on the parent?
@Abuelo wrote: I have a form that currently saves a customer model that has a number of hasMany relationship to a number of other models. Sometimes the ID of the customer model will be known and...
View ArticleEmber blueprint
@sarangsbabu wrote: I am creating a custom blueprint and able to generate models for my app with this blueprint. But is there a way to generate all blueprints in a single command ?? (I created the...
View ArticleEmber.js - Countdown to The New Year- Ember Concurrency
@ember-blog wrote: This is the fifth in our DecEmber series- "Countdown to The New Year: 31 Days of Ember Addons". We plan to highlight a new addon each day until the new year, and we hope you'll join...
View ArticleEmber.js - Countdown to The New Year - Ember Auto Import
@ember-blog wrote: This is the sixth in our DecEmber series- "Countdown to The New Year: 31 Days of Ember Addons". We plan to highlight a new addon each day until the new year, and we hope you'll join...
View Article