JSON:API many-to-many meta data
I am accessing an API that includes data from a many-to-many relationship table as JSON:API relationship meta data. This is defined in the JSON:API specification at...
View ArticleDesign Suggestion for integrating Ember App inside java web app 2020
I am working a project which uses java string buffers to contain html code. I am planning on shifting the code to ember and to make it run on port 8080. Any idea how to integrate ember in java. I do...
View ArticleDeploy ember on wildfly
I have an ember application it works in port 4200. How to deploy it on wildfly server and run it in port 8080. 1 post - 1 participant Read full topic
View ArticleInfinite loop on javascript errors with fastboot
Hi, Every time when I have a javascript error in my ember project the server goes into some infinite loop and I have to run a killall -9 ember to stop it. It’s not clear for me if I have a miss...
View ArticleGlimmer component is not getting updated
Hi everyone! I am trying to make a simple button that shows a spinner until the promise returned by the action is resolved. I’m updating the tracked values in the action, but I can’t see any changes...
View Article`mut` (and `set`) and auto-tracking in Ember Octane
Hey folks, I just wrote up an interesting refactoring hazard I noticed in some new Octane code yesterday. Give it a read, and feel free to discuss in this thread! 2 posts - 2 participants Read full...
View ArticleHow to rollback from one-to-many insert
I have one-to-many relationship model: Invoice which have many of InvoiceDetail. At first i want to submit invoice and all of its child (InvoiceDetail) at once, but i google it and everyone said it is...
View ArticleDifference between set and this.set
I have seen people writing code using both set import from ‘@ember/object’ and this.set(key, value). I don’t understand the difference between those two. Can somebody please help me understand the...
View ArticleDeploy Ember master and multiple journey as a separate engine from different...
Hi, I’m thinking of to use ember for my new project. Before setting up the architecture i have below questions. Is it possible to build and deploy each journey as a separate engine from each repo then...
View ArticleHow does NPM choose the version of ember-source to install?
Currently, the latest non-beta release of Ember is 3.18.1- see the Ember changelog. My package.json file lists the following for ember-source: "ember-source": "^3.12.0", When I run npm install,...
View ArticleHow to replace mixins for large controllers or routes
Hi, I know that mixins are not recommended any more, but I find them especially useful for breaking up large sections of code for the same controller or route. For example a section that deals with...
View ArticleEmber.js - The Ember Times - Issue No. 148
👋 Emberistas! 🐹 Watch the new EmberMap video on the {{on}} modifier 🔦, mut and set autotracking in Octane 📖, Ember Twiddle updates 🌟, Ember performance tweaks 🏎, preview deployments with...
View ArticleEmber 3.x and browser support
In some not fresh browser like Firefox 49 I have SyntaxError and I see blank page . Did’t find any information about browser support, so how to understand there is a problems in libraries, build...
View ArticleURL rewriting - Ember Routes on Apache Tomcat?
I have deployed my ember app in Apache Tomcat version 9. The index page works fine localhost:8080/myemberapp/ but when i try to access localhost:8080/myemberapp/login it returns 404 error . I also...
View ArticleEmber Data in the Wild
Good evening, is this book still relevant to Octane? Leanpub Ember Data in the Wild Have a custom API that you aren't sure how to use with Ember Data? Interested in writing your own adapter or...
View ArticleHelper is doing something weird to integer arguments
The context is that I’m trying to create a helper that converts bytes into human-readable file sizes. It accepts a single argument- a number of bytes. I’ve noticed that certain numbers become...
View ArticleSource file maps for components have wrong line numbers
I don’t know if this happens because of ember-cli, babel or else, so I don’t know how to proceed to bring this issue under the spotlight. I switched to v3.16 short time ago from ember v3.4 and started...
View ArticleModify how findRecord works, customize response parsing
Hi, I’m trying to modify how findRecord works. I’m using the RESTAdapter, and I have something like this: this.store.findRecord('house', 1); which generates a URL like /v1/houses/1?timestamp=12345 ....
View ArticleUnhandledrejection in ember
Hello, this might be a very tricky question to answer but we have like 500k of those in rollbar, (we have millions of users so even if this number appears high it only affects a little percentage)...
View ArticleEmber.js - Global Accessibility Awareness Day
Happy Global Accessibility Awareness Day! To mark this occasion, I'd like to talk about the ways Ember already helps you make accessible applications, give you an update on what Ember has been doing...
View Article