Ember metal error on running ember test command
@ioanszabo wrote: Hi, Here is a screenshot of errors I get when running ember test command. Capture.PNG898x337 53.3 KB Always I get that error about ember metal.Here is my ember version:...
View ArticleAdding locale in url without changing link-to helpers
@varto1488 wrote: This is example structure @route 'lang', path: ':lang', -> @route 'index', path: '/' @route 'my-route' @route 'my-route-1' @route 'my-route-3', path: '/', -> @route...
View ArticleOmitting Images from build
@Ben_Glancy wrote: Hi, I have an application in ember.js and developing with the ember-cli . One of the difficulties I have encountered is trying to accommodate changes for individual customers, under...
View ArticleAssertion Failed: You modified xy twice
@joconja wrote: Hey, I am new to ember. I want to display async relations of a model but I am running into the You modified "model.posts" twice on <eui@model:user::ember271:vV63NgcG0b4R7pm0th0K>...
View ArticleDifficulty upgrading from 2.8.3 LTS to 2.12.3 LTS
@ctusch wrote: I've been trying to upgrade our product from Ember 2.8.3 to Ember 2.12.3 (i.e. an LTS upgrade). It took me a lot of time to fix most of the "modified twice in a single render" errors...
View ArticleUsing Ember CLI as a single NPM dependency to upgrade?
@drewda wrote: I quite like using Ember CLI, but I always find it difficult to upgrade from one version of Ember CLI to the next. Specifically, it's a challenge to upgrade all of the dependencies in...
View ArticleEmber parent child component, how to avoid unnecessary life cycle hook from...
@kumkanillam wrote: stackoverflow.com Ember parent child component, how to avoid unnecessary life cycle hook from triggering? javascript, ember.js, ember-components, ember-2.0.0 asked by kumkanillam...
View ArticleDisabling a toolbar item in ember-leaftlet-draw
@Ganesh_Manandhar wrote: I simply want to disable some buttons in the toolbar of leaflet draw.I did find the following code which seems like what im looking for but can't seem to make it work in...
View ArticleNews, sport and opinion from the Guardian's global edition | The Guardian
@opsb wrote: theguardian.com News, sport and opinion from the Guardian's global edition | The Guardian Latest international news, sport and comment from the Guardian Posts: 1 Participants: 1 Read full...
View ArticleRender template from outside of templates folder
@Caltor wrote: How can I render a template that lives outside of the templates folder please? At the moment I have a templates/cases/create-update.hbs and the following route.js import Ember from...
View ArticleIs there a better way of doing it?
@johnunclesam wrote: I have this code: new Ember.RSVP.Promise((resolve) => { let promise = myList.pushObject(book); resolve(promise); }).then(() => { this.send('scrollToBottom', '#myList'); });...
View ArticleOverriding `query` in adapter
@khanhhoa wrote: I want to override the query method on an adapter to get some special behavior, but that method is marked as "private", which makes me a little uneasy. Is there any problem with doing...
View ArticlePassing parameters to jQuery .on() method
@ferpintado wrote: I am wrapping a jQuery plugin into a component. This plugin listens for a custom event to trigger an action. The problem is that when I call my action the parameter received is the...
View ArticleHow do I import the inbuilt routing service in my integration test?
@sumedh123 wrote: Just want to what path should I import the routing service defined here https://github.com/emberjs/ember.js/blob/v2.12.0/packages/ember-routing/lib/services/routing.js#L15. I am...
View ArticleHow to make this code a promise?
@johnunclesam wrote: I have this code: child.get('authors').forEach(author => author.get('books').forEach(book => { let time = (Math.floor(Math.random() * 10) + 1) * 1000; Ember.run.later(()...
View ArticleUse or not controllers
@ioanszabo wrote: Hi, This is more a doctrinal question? Instead controllers, should I use a component which acts similarly? And can I do all in components? Can I use a lot of components or I should...
View ArticleHow to move the array to the ember selective value?
@alice wrote: i have to rollback hasmany relationship data but in ember rollback is not supported for relationships. so i have tried to implement it manually by concatinating the two array. here is my...
View ArticleRefresh a particular div without reloading the page?
@alice wrote: how to refresh the just the ember-selectize div without reloading the whole page. Posts: 1 Participants: 1 Read full topic
View ArticleChange language for addon
@broerse wrote: I like to be able to switch the language specific settings in lang and _formattingOpt each time the user selects a different language for...
View ArticlePass cart data with outgoing ember-data requests
@midget2000x wrote: I'm prototyping a shopping cart app that has alot of dynamic pricing (calculated by the API). Some of the pricing for items is determined by what items are already in the cart. For...
View Article