Are model attributes and relationships autotracked?
I remember reading somewhere that model attributes and relationships are autotracked, but I canโt find any documentation on that. It does however seem to be the case when I change model attributes or...
View ArticleUse ember without ember-cli
I am new to ember. I want to use ember without install ember-cli. How to do that? What is file structure? 1 post - 1 participant Read full topic
View ArticleHow to get parentView in new EmberJS Octane
in two component in octane, how to process some logic with child and parent component? 2 posts - 2 participants Read full topic
View ArticleApp using Ember 1.6 and Ember Data 1.0.0-beta needs to be updated to use...
There is a legacy application at my company built on Ember.js 1.6 Ember Data 1.0.0-beta.8.2a68c63a Handlebars 1.3.0 jQuery 2.1.1 Obviously this application should have been updated with newer versions...
View ArticleHow to import the bootstrap in in-repo addons and engines
I am working on a project where Iโm trying to import the bootstrap in the in-repo addon that will contain the shared styles and make the styles accessible to the host app, the engines, and the...
View ArticleHow to do Phone masking
I have a Phone number field that I want to do masking for, can somebody please help me in this regards? I am using masked-input like this, but still its not working. {{masked-input mask=โ(999)...
View ArticleEmber.js - The Ember Times - Issue No. 157
๐ Emberistas! ๐นLexasCMS releases official support for JSON:API and more ๐, Deprecation Stages RFC is out ๐, tweaking UI behavior with Ember Data queries ๐, learn what reactivity means with an example...
View ArticleUnset a query parameter
I have been unsuccessfully trying to remove a query parameter from the url, the browser displays. I found a post here in the forum, that I am able to remove the query param, if I assign a default...
View ArticleHow to fix template linting errors (i.e. no-action) for classical components
I upgraded my app from Ember version 3.0.0 to Ember 3.16 (edition Octane). Now I have lots of template linting errors and want to know how to continue. I cannot migrate all components to...
View ArticleSynchronising query parameters with a component
Hi, Iโve built an input search component that Iโm pretty happy with. The component contains an html input element, and performs a JSON API style search using the text value in the input. Iโm currently...
View ArticleHow to create templates in different files in ember1.10?
I am using ember 1.10. If i run my ember app it only takes templates which are wrote inside the index.html it doesnโt take templates which are created in another file. How can i solve it? Thank in...
View ArticleComponents as the first item in the Pods folder
I hope this question is not seen as frivolous or pedantic, but Iโm wondering whether there is a way to have the Components folder appear first under the Pods project structure. It just feels out of...
View ArticleManual Pagination in Ember Data Relationships
Hey folks I asked a question in Discord a few months back about this but it didnโt get any response To be honest it is completely fair because it is a bit of a sticky issue and this is a better medium...
View ArticleEmber.js - Ember 3.20 Released
Today the Ember project is releasing version 3.20 of Ember.js, Ember Data, and Ember CLI. This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the...
View ArticleEmber Octane and 2-Way-Binding. What are you recommend?
Ember 3.20 still has the Input-Template-Component <Input @value=this.value /> which changes the value of the parent-component? Whatโs your recommendation for new Octane apps? Should we use the...
View ArticleWhy do I not need to mark the property as tracked?
Howdy, I have a somewhat classic piece of functionality: I have a (native) text input that needs to update a property on its context, as follows: <div class="mt-1 relative rounded-md shadow-sm">...
View ArticleEmber Engine as self contained
Hi, Is it possible to have the ember engine with the required templates, adapters, models, serializers, test etc within engine itself. 1 post - 1 participant Read full topic
View ArticleEmber.js - The Ember Times - Issue No. 158
๐ Emberistas! ๐นEmber 3.20 Released ๐, a series of blog posts on ember-modifer and its internals ๐, detect when Ember components enter or leave the viewport ๐, a blog post and RFC on Ember.Component ๐,...
View ArticleHow to handle POJO's, regarding tracking, properly?
Please consider following use-case and please let me know your thoughts //routes/user-edit.js export default class EditUserRoute extends Route { model() { // i.e. GraphQL Request, which returns a POJO...
View ArticlesetSourceDestroyed with ember 3.20
Hi, I updated my project to the newly released Ember 3.20. and I get the WARN: DEPRECATION: setSourceDestroying is deprecated, use the destroy() API to destroy the object directly instead [deprecation...
View Article