How to serialize the saving of the item in the store?
@Rafal_P wrote: Hello, I'm new at the emberjs discuss, I have a problem and I don't know how to use serializer that way. So I have an example table called items, when i use item.save() ember is...
View Article404 error when using JSONApi Adapter
@hbc wrote: Hello. I need to take data from JSON api. but I cant. Where am I supposed to write the url and how am I call it as a store from the route? I have a model, I wrote the attributes I need in...
View ArticleEmber and Moment - change locale
@jobsboris27 wrote: Hi there! How do i change locale in all app? I mean, user clicks on switch language, and all components in my app, will change names of month. Posts: 3 Participants: 3 Read full...
View ArticleLag with search input with transitionTo and queryParams
@Gabriel_Klein wrote: Hi everyone, I'm having an issue with my search/filters form using transitionTo and the queryParams and I'm wondering how would you guys do it. For instance: # component.hbs =...
View ArticleBest practices to import Bootstrap theme
@Motocarota wrote: Hello there This is my first project with Ember.js and I'm following this tutorial as starting point to my project. I was asking myself what are the best practices to apply a...
View ArticleEventEmitter memory leak detected
@accelerate wrote: Whenever I start Ember, I get an EventEmitter memory leak. It doesn't seem to affect anything, but I'm wondering if there's something I can do to get rid of the error % ember serve...
View ArticleCreating additional output files
@Ramblurr wrote: G'day! I'm trying to setup my cordova ember app with cordova-app-loader. It enables a cordova app to bootstrap itself from a manifest, downloading the latest app assets from my CDN....
View ArticleEmber - Fetching live records with meta information
@Manu_Benjamin wrote: I am not sure whether I can ask this question here. I posted the same in stackoverflow, but didn't get a respose yet. I have created a comment model and trying to fetch all...
View ArticleStruggling getting rid of observers
@robertneville73 wrote: I've read and watched all of the stuff about "observers are bad". I get it. But I'm having a heck of time wrapping my head around how to get rid of them (I'm slow, sorry). For...
View ArticleDependency Resolution Between Bower and NPM
@iaskquestions wrote: Lets say that I want to use a hypothetical library called load.js. Can this library ever exist in both NPM and Bower? If so, how do I know which I should be grabbing the library...
View ArticleUpload a ember application on a server
@Alessio_Varalta wrote: Hi, I have a ember application that I have to upload on the server. My problem is that there are many configuration, so i don't want to put the dist folder in www/html because...
View ArticleEmberJs with Asp.Net Web Api on localhost
@niconel wrote: Hi, Still very much a n00b with ember (but love it!) so excuse me if this have beeen asked and answered before. I created a model, routes, etc to show a list of items, and edit / add /...
View ArticleMultiple where() properties when retrieving data via MIRAGE
@ChrizzDF wrote: Hi guys, I'm using Ember v2.50 & ember-cli-mirage v.0.1.x and I'm facing an annoying thing right now. I'm trying to test (acceptance test) some filters that are affecting the...
View ArticleIs there a good way to sync a service with the current route
@Hummingbird wrote: I am having an application which makes use of an independent navigation bar on it's side. So, the navigation bar allows the user to navigate a set of nested routes independently...
View ArticleBinding style attribute and Content Security Policy - best practice?
@jelhan wrote: I'm wondering if there is any recommendation how to bind a style attributes? attributeBindings: ['style'] and <span style={{style}}> both require CSP policy stile-src:...
View ArticleUsing JSONAPI with service
@hbc wrote: Hello, can I use the jsonapi like that in a service? //services/pics.js import Ember from 'ember'; export default Ember.Service.extend({ findAll: function(){ return...
View ArticleChange namespace in RESTAdapter
@jobsboris27 wrote: I use ember-i18n for translate my app, but how change namespace, when user switches a language, cause i have two different api for each language. Posts: 1 Participants: 1 Read full...
View ArticleEMBER image loading isssue with css
@Ajaz_Shaik wrote: Hi I am newbie to Ember-cli installed pattern-fly framework with ember 1.installed pattern fly as shown below $bower install --save-dev patternfly 2.imported all css,font files to...
View Article"File Open" dialog using Ember
@trendo007 wrote: Hi, We require to display a generic "file open" dialog that is typically available as a common UI control, where the UI opens a model dialog box, allows the user to browse the local...
View ArticleTypo in tutorial
@niconel wrote: Not sure where to report this? https://guides.emberjs.com/v2.6.0/tutorial/installing-addons/ "app/mirage/config.js" should be "mirage/config.js" (code snippet after "Let's now...
View Article