How to transpile es6 modules into a separate special_asset.js
@Arunkumar_V wrote: I am having a separate folder special asset with some list of es6 files and also a separate app folder. During ember build i need app_name.js as well as special_asset.js as a two...
View Article[Ember Data] Filter Data by Column
@Neewd wrote: Hey, I have all my datas with a findAll() but I want now to retrieve datas who match a specific column, for example, all the rows where the mail is equal to "test@gmail.com" I try this...
View Article"Undefined" dynamic segments throws error in 2.10 above
@gnanavelum wrote: My app has a dynamic segment on the error route. error/:code. it works fine with 2.8 when transitionTo/replaceWith to the error route without "code" attribute. with 2.10 and 2.11 I...
View ArticleAny ember-mobiledoc-editor examples?
@mrjerome wrote: I'm struggling to make anything useful with the ember mobiledoc addon. For example I'm not really sure how to create custom cards, or how to add a toolbar button to add a card to a...
View ArticleFull stack engineer with a passion for great user experiences (SF)
@timhaines wrote: We're looking to hire a senior engineer to join Percy.io. Someone who's comfortable across the stack, with passion for great user experiences. Ember, rails, and google cloud...
View ArticleFetching child records for non-JSON API compliant endpoints
@williamhaley wrote: My API currently structures data like this. Authors: [ { id: 1, name: 'Jane Austen' }, { id: 2, name: 'Stephen King' } ] Books: [ { id: 1, author-id: 1, title: 'Pride &...
View ArticleBest practice for loading values into a drop down from a server
@bradlymathews wrote: If I have a form with a drop down field, say companyTypes what I want to populate from the server, what is the best way to populate the dropdown? What gets the data from the...
View ArticleInline CSS for an Ember App
@tschoartschi wrote: Hey! I'm trying to figure out what is the best way to inline css into index.html for the critical css or app-shell-css. For our app I want all the CSS which belongs to our...
View ArticleAccommodating mod_rewrite urls
@midget2000x wrote: I have a client running a traditional server-side application who is OBSESSED with their SEO-friendly urls. They look like this: http://www.site.com/shirts/t-shirts/childrens //...
View ArticleEmbeddedRecordsMixin: Embedded hasMany is only visible after explicitly...
@Hummingbird wrote: I do have a comment model, which has an 1-n relationship to reply. Replies are always retrieved embedded in the same response - therefore I am using the EmbeddedRecordsMixin:...
View ArticleRestart or Upgrade?
@NicholasJohn16 wrote: Some time ago, I started a passion project, but thanks to scope creep and life, I never got around to finishing it. I'm looking into it again now, but it's on an ancient version...
View ArticleWeird scrolling issue
@accelerate wrote: This is going to be a somewhat vague question, but I'm hoping to get some insight or hints at where to look for the underlying cause of my problem. Basically, I'm wondering what...
View ArticleCannot read property 'create' of undefined
@pocockn wrote: I am attempting to create an Ember application that will act as a front end that fetches data from a WordPress application using the add on ember-wordpress. github.com...
View ArticleCall API endpoint provided by back-end
@bgp1 wrote: Hello, I'm trying to convert some of the scripts on my site to start using Ember and running into some problems. I haven't found a good example of what I'm trying to do so I'm struggling...
View Article[SOLVED] Peek not triggering foo.loading
@ezy wrote: I'm having an issue where I'm using peekAll() to load a large list of records in my route model(). I've got some view rendering streamlining to do as the page render is currently taking...
View ArticleRegister Form - How to POST data to backend server
@MattsLab wrote: Hello, I'm looking to create a register form and I'm not sure what would be the best way to go about doing it.From what I've gathered I should use AJAX to POST the email, password,...
View ArticleModel not change boolean value when send PUT request
@vitorbenedito wrote: Good morning !! We have problems with requests when send changed boolen values on the model. When load the model from the server, the value in the model is false, but, when...
View ArticleOddity with adjusting object query param values in multiple component instances
@revanar wrote: I ran into a strange issue the other day while trying to create a component that could remove keys from a queryParam Object---When the components computed the new query param, they...
View ArticleAbout Injecting a service in model
@indvinoth wrote: Recently myself and a friend of mine had discussion about injecting a service inside a model. We knew that model are just used to represent and store data but my friend was just...
View ArticleIs there a discussion/direction around Ember + Rollup for svelte builds?
@Garrick wrote: As the title implies, I'd like to learn more about Ember + Rollup to help shrink the builds. Searching the web hasn't been fruitful - I've only come across two Ember addons using...
View Article