Ember Automated Testing Tools
@ktayah wrote: I wanted to get some opinions on automated testing within Ember. What tools do you use to continuously integrate and test your web applications. I’m looking for tools that are easily...
View Article'module' is not defined
@ktayah wrote: When running npm run lint:js after running ember new quick-start for a new ember application. I receive these errors: C:\Users\651\Desktop\TravisTest\.eslintrc.js error 'module' is not...
View ArticleThe right place to put a computed property
@belgoros wrote: I display a list of global events and would like to change an event status icon depending on the following condition: a list of global events is displayed to enable the User to...
View ArticleProblems with Google translate swapping nodes
@Akshay_Rawat wrote: Has any one had problems with Chrome google translate swapping text nodes, and then glimmer failing to find them. Like for example a conditional toggling a different part of an...
View ArticleEmber CLI Version Switcher
@GELight wrote: Good evening all, Is there exists an Ember CLI Version switcher? I do not yet tested this but for example this is a node.js version switcher. Background for my bit strange question is...
View ArticleBest way to pause testing on custom CSS or D3 animations?
@samselikoff wrote: What’s the best way to use registerWaiter to force Ember Testing to wait for my animated D3 charts? I’ve noticed other uses of registerWaiter usually check some global mutable...
View ArticleTesting inline style attribute
@JonoLightning wrote: Hi everyone. Is there a way that I can query the value of an inline style attribute? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleReusing form fields as groups of components
@samantha_zambrana_re wrote: What could be the most optimal way to reuse form fields? in the case of being able to send the input data. Now I work with a very long form in which there are fields that...
View ArticleSeparate model to get the same resource
@belgoros wrote: I have a situation where the same model Event should be sent by the backend server: list of events by country (CountryEventsController hit: countries/:country_id/events) list of...
View ArticleHelp with `await`
@Raphael_Nunes wrote: Hello, I want to know which is the right way to wait a template update based on a computed property on my test. If i use settled the test will wait the template being updated...
View ArticleWhy can't I set persistence even though login functions work with Firebase?
@lookininward wrote: I have a component with a form that holds the email and password. Imports at the top: import Component from '@ember/component'; import { inject as service } from '@ember/service';...
View ArticleCouldn't find preset "env" relative to directory
@shull wrote: Hello emberistas! I’m trying to convert our in-repo-addons to use yarn workspaces instead. I thought it would be super easy (from this post) but after adding the package.json file at...
View ArticleRelationship data ActiveRecord > JSONAPI::Resources > Ember Data
@andywww wrote: Hi, one for the rails peeps. I was hoping you might be able to help me out? How do you represent rails active record relationships in ember data via json-api? I’ve done a bit of...
View ArticlePotential speed up for slower machines
@DevinRhode2 wrote: Noticed there’s a git hook for integrating the core aspect of git with watchman, to help git see new/modified files faster. In your local codebase, just cat...
View ArticleWhere does an engine store its services and how can I get them via their...
@lvegerano wrote: According to the docks engines have their own container isolated from the host app. I created a service for my engine that allow us to route from anywhere since routing within an...
View ArticleWhat will happen if I use REST instead of JSON API?
@Nacho_B wrote: I started with Ember when the JSON API become the default option for Ember Data. Now, my biggest show stopper to use Ember in bigger projects is the data layer, because I do my own...
View ArticleEmber data model callbacks and triggering events on associated models
@andywww wrote: I have a best practice question. I currently have a mapping app which maps out routes based on where a user drops markers all using ember leaflet. It’s still in the early stages and...
View ArticleHandling Events in SVG elements in Ember
@ondrejsevcik wrote: Hi, I’m building some SVG graphs and I need to bind action on mouseEnter. I’ve tried to attach action on <rect> element but it is not working. <rect onMouseEnter={{action...
View ArticleEmber.js 3.x Web Development Recipes [Video]
@PacktPublishing wrote: As video tutorials are catching on in the Tech world and developers leaning towards video tutorials, Packt has published a new video Ember.js 3.x Web Development Recipes by...
View ArticleNeed help with the ember data problem
@Shubham_Gupta wrote: Any attribute in the controller is not changing after the refresh also, the detailed problem I have mentioned on the stackoverflow...
View Article