Ember Integration test simulate transition to another route and then back
@lazloman wrote: Let me explain the issue first: We have an Ember based dirty form checker that should reset the isDirty flag if the user transitions to another page and confirms the transition when...
View ArticleEmber-cli build deprecation error
@Ajaz_Shaik wrote: Hi i am running ember cli on windows ember-cli: 2.7.0-beta.2 node: 4.4.5 os: win32 x64 When I started server "$ ember s" it shows the following error DEPRECATION: Overriding init...
View ArticleBest way to show/hide divs
@jermaine wrote: I’m also generally looking for some advice on best practise in Ember as I still haven’t figured out how I’ll approach general interactions (newbie). The interaction in question here...
View ArticleHow to make removeObject KVO-compliant?
@kfuzaylov wrote: I have model import DS from 'ember-data'; export default DS.Model.extend({ Structure: DS.attr('raw'), }); So, structure is array of objects [{ type: 'comp-a', children: [ {type:...
View ArticleAdaptor problem
@Frank_Stock wrote: I am trying to connect to LinkRest, a Jetty-RestServer. I am connecting with a proxy, but I still get: No 'Access-Control-Allow-Origin' header is present on the requested resource....
View ArticleUnable to override handleResponse in Active Model Adapter
@Bubbleshadow wrote: Hello, please see my question at: stackoverflow.com Unable to override handleResponse in Active Model Adapter asked by Metalopholus on 04:30PM - 16 Jun 16 javascript, ember.js...
View ArticleAccess attributes of hasMany relationship
@danilovaz wrote: Hey guys, I need help...again My project have a model Conversation and a model Message. And I configure Conversation with hasMany Messages and Messages belongsTo Conversation. That's...
View ArticleDeprecation Error in command console
@Ajaz_Shaik wrote: DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super.init && this._super.init.apply(this, arguments); release at...
View ArticleAdd tracks to custom mix playlist
@Zorig wrote: Hi guys, I'm new to ember, I'm trying to make a spotifyish thing on my computer then got stuck (don't know how to do it ) at how to add tracks to my custom mix??? I created music player,...
View ArticleRun ember s also when close the terminal
@Alessio_Varalta wrote: Hi, I have a ember application on an apache server. I run the application with ember s, after i want to close the terminal but if I close the window the server go down. Is...
View ArticleBest way for sending action from component to controller
@jobsboris27 wrote: Hello! I don't understand, why my example not working. https://jsfiddle.net/80g89f2g/1/ Posts: 2 Participants: 2 Read full topic
View ArticleSASS N00b need help
@niconel wrote: Hi, Pretty new to Ember and never used SASS (other than installing bootstrap from the command line) So I got this theme and got it working by having the compiled (supplied) css files...
View ArticleHow to show that there is a connection problem with back-end?
@Rafal_P wrote: Hello, I've got a problem with Ember store. When there is a connection problem with my back-end to get the rows of my database, It's not showing the whole page but I want to show the...
View ArticleUpgrading from 1.10 Globals App to Ember-CLI inside Rails App
@joshuabremer wrote: Hey all, I'm curious what the best way to upgrade our Ember 1.10 Globals app. About 2 and a half years ago, I started an Ember app inside a Rails app. When were started, I used...
View ArticleExposure of the business logic in client-side
@lucasbaldassari wrote: Hi there! I'd like to know your opinion about the problem of the exposure of the business logic source code on the client-side using EmberJs. Often in my projects I want and...
View ArticlejQuery Datatable equivalent
@niconel wrote: Hi, Got an API (asp.net web api, in my control, so can customize) that return data from a pretty massive database. First time using Ember (know the basics by now) so not sure what is a...
View ArticleEmber Quickstart - application.hbs not created
@edcincy wrote: Well this is frustrating for a newbie. I installed Ember 2.6.1 I have Node 4.11 and NPM 3.9.6 When I go through the Quickstart tutorial all seems to work fine until I get to this...
View Article#ember-modal-dialog, Problem with subclassing
@Yaroslav_Poliakov wrote: Hi all! I'm trying to create simple modal window based on ember-modal-dialog. I have next piece of code: {{#if loginDialog}} {{#login-dialog}} Something! {{/login-dialog}}...
View ArticleSaving a hasMany relationship with JSONAPI
@benking wrote: I've been trying to figure this out for a few hours now and it's driving me crazy! I simply want to allow Users to follow other Users. My User model looks like this; export default...
View ArticlePassing data to component inside component
@niconel wrote: Hi, Said this a few times now, but a total ember n00b. Learning on the go... Been watching a course on FrontEnd Masters and when they got to ember data, it's sounds like the idea is...
View Article