I can see record twice after createRecord() and save()
@marxsk wrote: I have an Ember app that works mostly as expected. But I’m not sure about how to understand following situation (= it is a bug or a feature) ? Let’s have a simple model with...
View ArticleResolve Depricated warnings
@sapana wrote: After rendor component this Depricated warning is show please give me suggestions for Remove these warnings from my app DEPRECATION: A property of <My_app@view:-outlet::ember694>...
View ArticleCannot get quickstart working on portable usb key
@KC_Smith wrote: I’m trying run the ember quickstart at https://guides.emberjs.com/v2.16.0/getting-started/quick-start/ . I’m using pycharm 2017 using git-bash as my terminal in win7. I have npm ,...
View ArticleWhat is the right structure of fastboot backend implementation
@Zorig wrote: Hi, I use express as a backend API for my ember app(frontend) which has fastboot. Now on the server side i used fastboot app server inside express codes. But my senior removed fastboot...
View ArticleHow to create charts in EmberJS
@char wrote: fusioncharts.com Create Stunning Charts In EmberJS Web Application Know all you need to know about charting in EmberJS in this step by step guide on how to create charts in EmberJS web...
View ArticleFastboot and cookies
@midget2000x wrote: I’m prototyping an e-commerce setup with ember, and using cookies to maintain some state with the back-end. This works fine with ember in the browser, but not fastboot. When I...
View ArticleSession-Roles are not working properly in Ember-Rails application
@Mihir_K wrote: I am using below gems for implementing session and role functionalities in my App. ember-rails (0.18.3) devise (3.5.1) rolify (4.0.0) authority (3.0.0) rails (4.1.16) ember-source...
View ArticleGoogle maps API
@emiliogambone wrote: HI everybody, I’d like to use the google API in my app to localize in which region the client is. My question is where i have to import the api? And is there something lighter to...
View ArticleSanity check: Guidelines for DDAU and component nesting?
@Lupestro wrote: All the examples of DDAU that I see tend to be for relatively simple models and arrangements of controls, the kind that occur in CRUD based apps. (I’ve always preferred the gentler...
View ArticleRationale for Data Down, Actions Up?
@shull wrote: Hello Ember community! I have a question about the rationale behind “Data down, actions up”. All the posts I’ve come across promise vaguely that reliance on two-way bindings “creates...
View ArticleDo ember-cli have some hooks like beforeStart and afterStop?
@kaermorchen wrote: And do I have the access for its from my addon? Or may be exist another way? It needs for to remove tmp directory from project before start serving and create symbolic link and...
View ArticleHow to sort timetable object in ember.js
@Zorig wrote: Hi guys, i got this object from backend API. Thing is when i edit timetable it sends this way and response is kind a same as it is. So for mobile app it shows timetable start from...
View ArticleI am your secret Admirer
@zacksiri wrote: Hey Ember Community Over the past 2 years I’ve been working with React applications. I followed the hype and I build with React, yes react itself is great but everything else around...
View ArticleHow to set nested object in model
@Zorig wrote: Hi guys, I have some messed up situation. So i have tag model which has following fields and it’s responses from backend. Now when i try to update or create new data it gives me an...
View ArticleCan Ember.A() contain numbers/strings or it is suitable only for objects?
@marxsk wrote: I’m trying to find out if Ember.A() can be used also with non-Objects. In the documentation, ethe strings are used in Enumerables together with pushObject() [e.g. in...
View ArticleTrying to figure out how does routes and views works for parent-child forms
@bsylvain wrote: I have a parent model and a child model. I can CRUD both using the classic nested routes from this guide : http://yoember.com/ Now I want to nest my interface like that :...
View ArticleTransition to same route with other query params
@GELight wrote: Hi all, I have 2 problems in my Application: Question 1: For example I have opened the following route: /marketplace/customers Is there a possibility to make a transitionTo to the same...
View ArticleSave object to nested route
@hectorsq wrote: I have a document model which has many signatures. The idea is to sign the document using a userName and password. I GET the document from /documents/:doumentId In the document...
View Article[Emberfire] How to check for unique records
@rzky wrote: Hey guys, i’m trying to import a bunch of scraped data for my app and i’m currently having problems regarding data duplication. I figure it was simply a matter querying to the firebase...
View ArticleDynamic tag name inside of component (NOT component's outer tag)
@skitterm wrote: I’m making a reusable, editable text component using the contenteditable attribute. Ideally the element with contenteditable can be dynamic, so that it could be h1, h2, span, div,...
View Article