Ember.js - Community Update: Octane Documentation
@ember-blog wrote: The preview of the Octane edition of Ember is coming soon, and with all these fantastic new features comes a lot of documentation. Since this requires coordination of many moving...
View ArticleStarting a New Ember App: What Addons Should I Install From the Start?
@EndangeredMassa wrote: I’m starting a brand new ember app for the first time in forever. I’m a huge fan of starting with guardrails in place for things that will be harder to add later, but easy to...
View ArticleEmber.js - Preview Weekend: 2019 Ember Community Survey
@ember-blog wrote: We are thrilled to announce that we will be adding to the spring excitement surrounding Ember Octane and EmberConf 2019 with the release of the fifth annual Ember Community Survey,...
View ArticleHow to disable a button until all mandatory fields have been filled out?
@rahul_lakhanpal wrote: I have been working on an Emberjs app and its just been 1 week with it so far, hence apologies if I asked a very basic question upfront. Currently the page is having some...
View Article"I contribute to Ember" with Miguel Camba
@jessica wrote: Hello folks and welcome to the seventh 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 ArticleAdd to model list of objects by power-select
@mhabigier wrote: Hi. I’m quite new to Ember and Javascript in general and got problem with adding objects to list of nested object inside my model by power-select addon. I wouldn’t have any problem...
View ArticleBest practices for error reporting in addons
@samselikoff wrote: Hi! I’m looking to improve how my addons report errors. For example, if a developer is using Mirage and tries to use the association() helper on an self-referential belongsTo...
View ArticleSharing components between ember engines and app
@JimParsons wrote: Say there’s a component I want to use in both the ember engine and app. How do I share it between both in a effective way? Posts: 1 Participants: 1 Read full topic
View ArticleEmber.js - Coming Soon in Ember Octane - Part 2: Angle Brackets & Named...
@ember-blog wrote: (This post was originally published on www.pzuraq.com) This is a companion discussion topic for the original entry at...
View ArticleUrls - problem with using this.store.query in model hook
@therealbenhogan wrote: Hi, I want to include parameters in my urls which together determine which record to display rather than just relying on the (id) primary key. So /page/slug or...
View ArticleFixing Ember Simple Auth Deprecation Warnings
@johnnyicon wrote: I’ve taken over an Ember application and most of my work to date is getting the codebase up to date. I’ve come across an issue with Ember Simple Auth. I’m getting the following...
View ArticleEmber.js - 2019 Ember Community Survey
@ember-blog wrote: What an incredible time to be in the Ember Community! With 2019 already under way, we would like your help to learn about who is in the Ember community and how they work with the...
View ArticleConvert a Proxy object to Ember Data before calling save()
@belgoros wrote: I’m trying to understand the following use case. When we use one of DS.Store fetch methods like findAll, findRecord, etc., all of them return a Promise object. But if later you try to...
View ArticleHow to respond to 404 from backend service
@therealbenhogan wrote: I have a router which expects the id and the slug for a page model: this.route('page',{path:'/page/:slug/:id'}); In my model hook for the page route I am using...
View ArticleDynamic template compilation in Ember 3.7
@jgadbois wrote: We’re dynamically compiling Handlbars templates by importing the template-compiler in ember-cli-build. app.import('node_modules/ember-source/dist/ember-template-compiler.js'); This...
View ArticleObtaining the current url using the Router service
@therealbenhogan wrote: Hi, I want to grab the (full) url in my (page) router so I can pass it to my server in order to produce navigation breadcrumbs. In the page route, I am injecting the Router...
View ArticleComputed property loading multiple times
@rahul_lakhanpal wrote: Hello, I am working on passing a updatedAt property to a component to show at which time it was last updated. The way I am doing is by using computed_property inside of...
View ArticleHow to pass component actions to controller
@Richard_Pantoja wrote: Is there a way to pass component with actions to controller.? I have a component like the one bellow and I want to execute the actions on the controller rather than executing...
View ArticleCheck if Windows Symlink is enabled or not
@harimath wrote: Is there any way to check whether Symlink is enabled or not on a Windows machine without admin access i.e. if I do not have access to go to the Local Security Policy ? So may be via...
View ArticleEmber.js - The Ember Times - Issue No. 86
@ember-blog wrote: สวัสดี Emberistas! 🐹 Fill out the 2019 Ember Community Survey! 📝 We have RFCs galore: two follow-up RFCs to make Tracked Properties better 👣, the full deprecation of Partials 🥛, the...
View Article