Saving while typing
@ToddSmithSalter wrote: I've got a few text fields in our app where we save as the user types. I've used ember-concurrency, similar to this article. A problem I'm running into is if the the user...
View ArticleHow to disable eslint on qunit run
@DylanGuedes wrote: How to disable hinting after running ember test? I try'd to add this line:ENV['ember-cli-qunit'] = { hinting: false}; but without success. thank you! Posts: 3 Participants: 2 Read...
View ArticleEmber component creation error in 2.10
@webdo_mane wrote: When I do Ember.Component.Create() in an unit test for mixin i get this error.I was upgrading ember from 1.13 to 2.10, this test worked fine in 1.13 but in 2.10 I get this error....
View ArticleMigrating Ember-sparkles from 2.9.1 to 2.10 (d3 chart library)
@chilicoder wrote: I'm trying to make ember-sparkles (d3 charts) work in v2.10 the wierd thing is that html is rendering, but I see nothing on the pageHere is a screen of 2.10...
View ArticleIssues validating forms from Yoember tutorial
@carusog wrote: Hi guys, I am following Yoember tutorial from @zoltan and I am stucked at contact page form validation exercise… I set up an Ember Twiddle with my bad attempt (commented) to achieve it...
View ArticleHow to pass parameters between different routes (in Ember 2.x)?
@ykaragol wrote: First of all, I've asked the question at the SO at Sep 2. It didn't get enough attention. While going from one route to another, I want to pass some data (especcially arrays). How is...
View ArticleChange relationship during runtime
@Tobias_Wenger wrote: Hi I stumbled across a problem with relationships and I don't know who to solve it the best way. Example:Lets assume we have a cable with some properties like length, insulation...
View ArticleI am facing issue in IE11 in ember js rendering
@RanaAjay84 wrote: model is not get after put in IE11.....need help i am completely stuck Posts: 2 Participants: 2 Read full topic
View ArticleWhat is difference between async true/false on a relationship
@rhysdavies1994 wrote: When setting up a relationship in ember what is the difference between a async:true and async:false. We ran into a problem where we had a computed property with a belongsTo...
View ArticleurlForCreateRecord's snapshot is empty
@Zorig wrote: Hi, I have been trying to get project id with following task adapter hence when creating task it should set project by url. On backend REST API their url is not possible to modify by me....
View ArticleWhat do you think about of using ember.js in a non-spa?
@mapeveri wrote: Hi, I'm new in Ember.js, i have some questions: What do you think about of using Ember.js in a non-spa?. Could I lose some functionality?. Ember.js are thinking to work this way?...
View ArticleWhy i get 404 error when i try to get records from store?
@artZzz wrote: Hi! Say me please. Why i get 404 error. Records are saving in store. Page i opening. If i try to get all users form store, my page isn`t opening with 404 error on /users. Why? This my...
View ArticleTesting Contextual Components?
@accelerate wrote: How do you test contextual components? Let's say I have the code in the EmberJS - Sharing Component Data with its Wrapped Content guide, and I'm looking to test blog-post. In the...
View ArticleActive-model-adapter serializer override
@ristovskiv wrote: OK I'm an Ember NOOB, with capital letters. Just started learning for about a week, so this might be a silly question. I'm using active-model-adapter with ember-data as well. My...
View ArticleImpossible to minify other than production
@frsechet wrote: Hi there, I'm trying to minify my js/css in other environments than production.I've read this: http://discuss.emberjs.com/t/development-mode-why-minify-and-pack/6124I've also tried...
View ArticleAccess url params after F5 refresh
@em.b wrote: Imagine that a user has interacted with your app that results in a series of url params in the address bar. Now the user hits F5. How is your app supposed to access the query params that...
View ArticleEmber JSONApi adapter not working as I'd expect
@Wayne_Douglas wrote: Ok so i am loading in the following JSON into my adapter: { "links": { "up": "https://localhost:44314/api", "self": "https://localhost:44314/api/jobs" }, "data": [ { "type":...
View ArticleEmber Data: Issue with hasMany relationship (Chrome 55)
@nmketkar wrote: Hi, Recently I have came across an issue in ember data. My models looks like below, App.SomeModel = DS.Model.extend({ prop1: DS.attr('string'), prop2: DS.hasMany('other-model',...
View ArticleThis forum is (almost) running on Ember 2.10, finally
@codinghorror wrote: At https://discourse.org we've been clawing our way from Ember 1.12 to Ember 2.10 over the last 6-8 weeks. We are currently deployed here at Ember 2.4, but we checked Ember 2.10...
View ArticleAre serializeQueryParam and deserializeQueryParam hooks public?
@ykaragol wrote: According to the documentation, serializeQueryParam and deserializeQueryParam hooks are private. But I saw suggestions to override this hooks. Further, why is the default...
View Article