How to make browser press keys in integration tests?
@Lupestro wrote: I need to write an integration test specifically for keyboard-based navigation through a cluster of closely-related components. These integration tests must verify that the components...
View ArticleEmber Data & Relationships. Related data not loading into data store
@johnnyicon wrote: Hi all, I’m hoping someone can help me with understanding how to load related data into the data store. I think I’m following the right method of using the include directive on a...
View ArticleHow to stub imported Ember functions?
@BlueRaja wrote: The old syntax looked like this: import Ember from 'ember'; ... Ember.Logger.warn(...); which was easy to stub using sinon. However, the new syntax: import { warn } from...
View ArticleEmber.js - The Ember Times - Issue No. 93
@ember-blog wrote: ഹായ് Emberistas! 🐹 Welcome to a Survey Special of The Ember Times! Besides a call for contribution to the Ember Engines Guides MVP that we're featuring this week, this issue will...
View ArticleScientist code quick start
@soydepr wrote: on the main page quick start demo scientst, is the code some where i seem to have a hick up with actions i need help with Posts: 1 Participants: 1 Read full topic
View ArticleRethinking form validations with Yup
@egaba88 wrote: In the past, I tried using ember-validations but haven’t tried the updated ember-changeset and ember-changeset-validations libraries yet. Nonetheless, there’s a neat frontend schema...
View ArticleDisable the menu button for particular User
@Boo wrote: I’m having the menu for “cancel claim”. This menu needs to access only for the “admin” and “workflow” role person not other role persons. I have tried the below code to disable to make the...
View ArticleBest practices for Component Folder structure?
@SarathSantoshDamaraj wrote: I am new to ember and from react background. Categorising components in react is flexible, want to know how the same is done in ember. Considering the following types of...
View ArticleHow can I have 1 route with different UIs?
@melriffe wrote: Apologies for the poor question, but hopefully I can explain what I’m trying to do, and someone can instruct me on the proper way to accomplish my goals. In my application I have a...
View ArticlePrinting & page size
@yaxinr wrote: I need print badges on landscape format. I add route /badges. Then on this route printing page size must be landscape. In controllers/application.coffee i observe currentPath and add...
View ArticleHow to handle summary models in Ember properly?
@tomaszs wrote: Hello, I have a “model” “movie” with fields: name: string id: number description: string genre: string actors: string director: string year: number On a summary view i display only...
View ArticleTwo Events happening on same time occurs error
@Boo wrote: I’m having the activiti Bpmn file, in that there is having transition of task. While transition I need to create the due date for that new task. my problem is due date and new task...
View ArticleRemote Ember job - Senior Software Engineer, Front End
@ido wrote: See here: Ember Jobs Senior Software Engineer, Front End Job at Particle Apply for PARTICLE Senior Software Engineer, Front End Job Posts: 1 Participants: 1 Read full topic
View ArticleAdd model data from cotroller
@light44 wrote: hello , I am trying to implement skeleton loading in the ember app. This requires me to move the data loading from route to controller. Now the challenge is to load the model ‘heros’...
View ArticleSaving a record and using "includes"?
@corrspt wrote: Hi everyone, I need a little help with something. I’m using EmberJS 3.5, Ember Data 3.7 and Ember CLI 3.7 I have a model with lots of relations (hasMany and belongsTo). The backend...
View ArticleUnable to access properties through a belongsTo relationship in a template -...
@johnnyicon wrote: Hi all, I’ve been struggling to figure out why I can’t access a related model and its properties in a template. The relationship is very simple: User belongsTo Organization...
View ArticleDefine a route in Mirage config for 'queryRecord'
@belgoros wrote: I can’t figure out how to define a route in Mirage config.js file in the following situation: I have address router defined as follows: #router.js Router.map(function() { ......
View ArticleCompiled JS output is imported differently depending on environment
@ondrejsevcik wrote: Hi, I’m looking at ember-elm (Elm to JS transpiler) and I’m facing an issue where the compiled code is imported differently in different environments. The Elm compiler takes all...
View Article"I contribute to Ember" with Danielle Adams
@jessica wrote: Hello folks and welcome to the tenth edition of the interview series “I contribute to Ember” , presented by the folks at The Ember Times This week we’d like to highlight the work of...
View ArticleEmber.js - The Ember Times - Issue No. 94
@ember-blog wrote: Bonghjornu Emberistas! 🐹 This week: calling nested components in Angle Brackets Invocation Syntax 🔍, 2 RFCs for improving Ember Data 💬, an exclusive interview with Ember contributor...
View Article