Uable to generate adapter application
@Divakar_luffy wrote: Hello everyone , i am quite new to ember.js i have been working on the tutorials and having issue with generating adapter application . when i run the command ember generate...
View ArticleError in IE11, sometimes app won't boot up
@Pop_Levente wrote: Hi Guys, since a few weeks our automated tests (selenium browserstack interaction tests), are getting white screens in IE11, already at the login of our ember application. the...
View Article`cannot read property 'setDirtyAttribute' of null` even if you use...
@CasterKKK wrote: Facing cannot read property 'setDirtyAttribute' of null even if you use YourModel.create({...}) in ember-typescript-clito create a EmberObject. Model: import DS from 'ember-data';...
View ArticleLooking for help with properly calling json using Ember Data
@jameshahn2 wrote: Howdy y’all, throwing a Hail Mary out here hoping someone has time to help. I’ve been working on cloning a glossary for quite some time. I feel like I’m really close to getting this...
View ArticleUnsaved-changes-alert in forms
@chris1 wrote: Dear all, i’m new to ember and have to make a offer. In common web-applications: If you fillup a form and then click a link without saving the form, the browser would say “are you sure...
View ArticleRequesting help with ember-bootstrap inside a child component
@melriffe wrote: Howdy! This is kind of a follow-up to an earlier post of mine. I have a child component that needs to trigger an action on its parent component. I was able to figure this out when...
View ArticleUnable to understand the Syntax
@Divakar_luffy wrote: Hello everyone, its been 2 days journey working on ember js . Currently i am working on tutorials but i am facing an issue understanding the below syntax {{#each this.model as...
View ArticleWhy should I not use observers in my ember application?
@efx wrote: The guides have a whole page on observers but caveat their use: Note: Observers are often over-used by new Ember developers. Observers are used heavily within the Ember framework itself,...
View ArticleDesenvolvedor Front End Ember
@suelenmatta wrote: Estamos com 5 vagas em aberto para Desenvolvedor Front End com conhecimentos em Ember , para região de Santo André , empresa diferenciada do mercado , altamente tecnológica....
View ArticleModel generation not working
@the_lar wrote: Just getting started with Ember so excuse me if I’m doing something stupid! I’m typing ember g model task and the output I get is: installing model installing model-test And the model...
View ArticleEmber data - content object doesn't show any data
@traskat wrote: Hey, i have the problem that i cannot access my model data ./app/adapters/blogpost.js: import DS from ‘ember-data’; export default DS.RESTAdapter.extend({ host:...
View ArticleEmber.js - The Ember Times - Issue No. 108
@ember-blog wrote: 🤙 Emberistas! 🐹 This week: learn how to use Sentry to track production errors 📈, get your new hires off to the best start 📚, learn about the newest – and hopefully last! – way to...
View ArticleNo such file or directory exists - ember-data
@Divakar_luffy wrote: Hi dev’s , i am working on ember-data and after i have updated my ember-data to version 3.10 to 3.11.4 i am having an error that is been introduced as below. 1.png1366×768 99.6...
View Articlethis.store.findAll is not a function
@Divakar_luffy wrote: HI everyone , I am working on tutorials of ember.js and i am currently learning about emberdata. when i try tot replace the my static data by findall(‘rental’) i am getting error...
View ArticleHow to Continously Poll Model and Update UI Using Ember-Concurrency
@LuisAverhoff wrote: I need some help in figuring out where would be the best place to poll for my model and what is the best way of going about doing this(I’ve been at this for about a week now)....
View ArticleInstall issues with emberfire
@the_lar wrote: I’m just starting to have a play with EmberJS and Firebase, and I’m trying to follow along with the quickstart here:...
View ArticleFocusing event on components
@Saran wrote: Hi everyone, I have one doubt,I have many parallel components and is there a way to focus on a particular component and do some actions on that component that will not affect all the...
View ArticleReload page on navbar?
@FlorianKrippner wrote: Hello guys, i have the following problem. i am using chart js plugins inside my website. if i reload my side via “f5” i get the following output: if i am using now my nav-bar...
View ArticleAdvice on handling tens of thousands of queried records
@melriffe wrote: Howdy! I actually have a few questions but the most important one: How do people deal with queries that return tens of thousands of records/models? I’m working in the medical domain...
View ArticleUnderstanding app boot
@mehulkar wrote: I’d like to improve my mental model of how the browser goes from downloading index.html, app.js, and vendor.js to running the code I write in routes/application.js. A lot of the work...
View Article