Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4826 articles
Browse latest View live

Cannot run acceptance tests 'click' helper not defined

@stuartluscombe wrote: My issue is very similar to ReferenceError: andThen is not defined in that when trying to follow the emberjs.com tutorial and going through sections on acceptance tests I am...

View Article


Throttling Ember Data requests

@drewda wrote: I’m using Ember Data to interact with a REST API that has a rate limit. Any suggestions for how to go about throttling Ember Data requests to X requests per second? Posts: 1...

View Article


Emberjs leaflet - object as parameter

@blinker8 wrote: Hello, I am new to emberjs and am creating an emberjs-leaflet and emberjs-leaflet-draw application as frontend to an api. I have this code to init the map in the template...

View Article

BERLIN Calling! Ember Pro

@Seatris wrote: Hi, Seatris AI would be happy to welcome another frontend developer to our team and office in Berlin, Germany. Skillset wanted is: Ember/Mocca - test-driven development Corba/Electron...

View Article

Click(a:contains) not working?

@stuartluscombe wrote: In reference to my previous post, [SOLVED] Cannot run acceptance tests 'click' helper not defined, I cannot get the click helper to work as: a:contains("Contact")' is not a...

View Article


Image may be NSFW.
Clik here to view.

New to ember. Questions on authentication with devise/rails

@Chris_Stewart wrote: I have a rails API that uses devise with LDAP authentication. This portion of it is working fine. I am selecting to not create users on login, just authenticate with my...

View Article

Ember - Minify CSS File in public Folder

@nhoang wrote: When I build my ‘super-rentals’ Ember app with command ‘ember build -prod’ all css files in ‘app\styles’ folder are minified but css files in ‘public\assets\css’ folder are not...

View Article

Replace a promise with async

@belgoros wrote: Is it possible to replace the below code with async and await: loadCurrentUser() { this.get('flashMessages').clearMessages(); if (this.get('session.isAuthenticated')) { return...

View Article


How to createRecord With another belongTo relationship Model?

@ngkarkeong wrote: HI there, model({ guru_id }){ return RSVP.hash({ guru: this.store.findRecord(‘guru’, guru_id), booking: this.store.createRecord(‘booking’, { guru: this.guru}) }); } The relationship...

View Article


Image may be NSFW.
Clik here to view.

Ember model not updated when sorted

@dbinetti wrote: Here is the flow. I have a model with a hasMany relationship. On a page with the model, I show the hasMany children as part of a component. The component is sent the model, which then...

View Article

Form-quiz builder

@dimas09 wrote: I want to create the builder for quiz like this https://learningapps.org/3052933 I want to start from next steps: to develop json format for storing form/quiz. to implement ember addon...

View Article

Ember router 2.13 deprecation related to _routerMicrolib issue

@emberAr wrote: Hi, I am an Ember newbie. Working on migration of project from Ember 2.11 to 2.15. After migrating from 2.12 to 2.13, I am running into this issue related to a deprecation of router...

View Article

Mathjax+Emberjs

@saranya wrote: One of the project I’m working on involves lots of Math equations so I’m trying to use MathJax in an Emberjs app and I’m having difficulty getting anything to work. Here’s some useful...

View Article


Retrieve raw data from backend

@Noone wrote: Hello, I’m developing an app where I’m retrieving data from my REST api. All my endpoints send models. Except one, that can’t be retrieved as a model. It’s a raw array where the keys are...

View Article

Assertion Failed on destroyRecord

@qwerty wrote: Hi, I use Ember 3.0 and LoopBack 3.0 as backend. When I try to delete record from model (Code) I get an error: Assertion Failed: ‘code:4’ was saved to the server, but the response...

View Article


Ember Component Rerender not happening with new Promise

@emberBeginner wrote: I wrote small ember components for my application. The component will be rendered with the data obtained from the api response. The component values will be changed with the API...

View Article

How to include comments in a production build

@phcoliveira wrote: Hello there and thanks in advance. I need to produce a production build without minification and uglification. Actually, I already know how to achieve this, by using options as...

View Article


Image may be NSFW.
Clik here to view.

Unusual Deployment Question

@toinecl wrote: I need to create a single Ember Application that can automatically be deployed to multiple URLs. So, Imagine the following URLs all having the same files in it:...

View Article

Referencing model data from within a function

@Gen wrote: I’m extremely new to ember CLI(and javascript for that matter), so I’m not sure I’m doing this the ember way, or even anywhere close to correct, but I have the following function in...

View Article

Unkown model attributes

@gagagast wrote: Hello, How to define model that contains dynamic attributes ? Thx Posts: 1 Participants: 1 Read full topic

View Article
Browsing all 4826 articles
Browse latest View live