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 ArticleThrottling 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 ArticleEmberjs 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 ArticleBERLIN 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 ArticleClick(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 ArticleNew 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 ArticleEmber - 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 ArticleReplace 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 ArticleHow 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 ArticleEmber 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 ArticleForm-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 ArticleEmber 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 ArticleMathjax+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 ArticleRetrieve 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 ArticleAssertion 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 ArticleEmber 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 ArticleHow 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 ArticleUnusual 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 ArticleReferencing 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 ArticleUnkown model attributes
@gagagast wrote: Hello, How to define model that contains dynamic attributes ? Thx Posts: 1 Participants: 1 Read full topic
View Article