Deprecation warning for addons - future big problems?
@tarponjargon wrote: Since upgrading to 2.18 I am getting this deprecation warning: DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm...
View ArticleChange Location for Ember models table row expansion
@parekhpiya2002 wrote: Hello All, I am using ember models table.I want to change location for row expansion. Is this possible? if yes, How we can achieve this. This is very urgent. Thanks in advance....
View ArticleExplain action name in a template
@belgoros wrote: I wonder what is the difference between the following actions definitions: When defined as <a {{action 'login'}}>Login</a> When defined as {{#link-to ‘index’...
View ArticleWhere to place external CSS and fonts
@belgoros wrote: I wonder what is the right place to put external CSS files and fonts (like Foundation Icons fonts, for example) in an Ember app ? I put the whole unzipped folder into public folder,...
View Article.ember-cli per-user settings
@eibrahim wrote: We have someone on the team running windows and for some reason live reload won’t work unless he sets “watcher” : “polling” in the .ember-cli file. This breaks it for the other devs...
View ArticleHow to post multiple models to backend?
@GregWang wrote: Is there any way to post multiple models to backend in once time? Could store.createRecord() create an array for post? Posts: 2 Participants: 2 Read full topic
View ArticleESA (ember-simple-auth) The route login was not found
@belgoros wrote: Does ESA suppose the app to always have login route ? router.js:938 Error while processing route: dashboard Assertion Failed: The route login was not found Error: Assertion Failed:...
View ArticleVariable lifecycle?
@kimek wrote: It can sounds strange… My issue is: this.set(‘x’) -> {{x}} as show div -> get div position. this.set(‘x’,‘show’) won’t give me any hooks adding didUpdateAttrs will run all the time...
View ArticleUse ember-cli-flash add-on
@belgoros wrote: Has anybody ever used ember-cli-flash add-on or any other one ? The available ember screencast uses a different syntax compared to the official README of the add-on. Anyway, none of...
View ArticleisDeleted not changed by rollbackAttributes()
@em.b wrote: I need to be able to “undelete” a record after it has been marked for deletion (not persisted yet). The guides indicate that rollbackAttributes() is the proper way to do this. However,...
View ArticleRelationships in Ember
@amexaCree wrote: Hello all, I’m stuck trying to implement this. I have a route that loads three models A, B and C. Here each model has an array of instances. Model B has a belongs-to relationship to...
View ArticleEmber s fail got EPERM: operation not permitted andist a image
@Luis_Eduardo_LUYSK8 wrote: I got this error and my app dont run the only way my app run is delete the dist folder this is the log ember generates: ENV Summary: TIME: Thu Feb 08 2018 09:58:58 GMT-0500...
View ArticleSeeking Sr. Front End Developer
@Michelle_Anderson wrote: QUALIFICATIONS: Excellent grasp of Ember.js or another JavaScript framework such as Angular, React, or Vue Comfortable with CSS including flexbox, grid, and transitions...
View ArticleHow to destroy and recreate a controller object in Ember framework
@leofoto123 wrote: I am using Ember 2.12, there are two controllers - one for applicant and other for coapplicant for our application flow. When the user decides to delete the coapplicant, I am trying...
View ArticleEmber index and application templates
@belgoros wrote: I can’t really figure out how to work with index and application templates, - there is something unclear about their behaviour. Here are some extracts from Ember guides. The index...
View ArticleHow to differenciate models with the same name coming from two APIs?
@simonc wrote: Hello, We’re having a hard time finding the best way to handle conflicting models from two APIs. Both APIs use JSONAPI and provide the posts and comments endpoints. Our Ember...
View ArticleReaders' Questions - "What is the status of ember-engines?"
@locks wrote: Welcome to the first answer of the Reader’s Questions section of The Ember.js Times! Today we have a question asked by Michael Villander in Issue #32: What the status of ember-engines?...
View ArticleBeginner question about installing and utilizing npm packages with ember!
@rchen3592 wrote: Howdy all, I’m a beginner with Ember, and have had some recent trouble trying to install and use this carousel package: npm ember-cli-slick-carousel The last carousel you'll ever...
View ArticleModels in pod structure under subfolder
@teejay wrote: Hello, I have the following structure of a grown project where we need to implement a few bigger changes. We want to separate the old code base from the new features, but unfortunately...
View ArticleEmber and Google Optimize
@sheriffderek wrote: Does anyone have any experience using ‘Google Optimize’ with Ember? We hooked up ember-metrics last week and were able to push things into the Google Tag Manager dataLayer pretty...
View Article