Quantcast
Browsing all 4826 articles
Browse latest View live

Module unification problem in production build

@galmi wrote: I’m starting using module unification feature for new project. I have a problem using private components in production mode. It works good in development mode, but show me error message...

View Article


Search & Replace

@broerse wrote: I need a search & replace action on all the name values in some model. Is there an addon for this or some example? Posts: 1 Participants: 1 Read full topic

View Article


Unit test for input type = file

@GregWang wrote: i have a component, it has a form control --> input[type=file]. Now, i need write unit test for the action, the action method in component is: addFile(e) { set(this, 'file',...

View Article

Is it possible to decrease / refactor this if statement?

@Zorig wrote: Is it possible to decrease / refactor this if statement if (params.name) { let data = this.store.peekAll('departed').filter(departed => { Ember.Logger.log(departed.get('name'));...

View Article

Loading bootstrap via ember-cli-build.js not working

@charsi wrote: In my project if I include bootstrap’s javascrpt file via app.import(app.bowerDirectory + '/bootstrap/dist/js/bootstrap.min.js'); in ember-cli-build.js I get a bunch of js errors and...

View Article


Do I need to use simple auth if I am only using 3rd party auth via server?

@charsi wrote: I have implemented facebook and twitter authentication on the server for my app. I don’t want to use local authentication. Is there still any benefit in having simple auth ? I am...

View Article

RESTAdapter checks isEnabled('ds-improved-ajax')

@Roman_Gula wrote: I want to use headersForRequest of RESTAdapter. It is called in _requestFor method wich can be called in some methods (for example updateRecord), but there is a condition if...

View Article

Import javascripts from node_modules packages

@GELight wrote: Hi there, I have the problem that I do not can import the bootstrap.js from my ember-cli-bootstrap-4 package within the ember-cli-build.js file and for minutes I found this:...

View Article


Is ember-template-compiler still the go-to package for compiling templates?

@Akash_D_Souza wrote: ember-template-compiler uses Handlebars.compile where as ember itself uses glimmer compiler. If I have an .hbs file and I would like to compile and include it in the app during...

View Article


Ember route GET erro API

@Jhowllimas wrote: Good afternoon, I have the following error, when making request for my API. This is the output of the chrome console: warn.js:48 WARNING: Encountered "0" in payload, but no model...

View Article

Image may be NSFW.
Clik here to view.

Ember data findRecord return value is not the expected record

@leofoto123 wrote: I am just starting with Ember and picking up javascript again after few years. Have a basic question. I have a login page - with login route and controller. I have setup an ember...

View Article

Approach for JSONAPIAdapter with MongoDB nested children

@chocolatkey wrote: I am developing a frontend in EmberJS, using Ember Data’s JSONAPIAdapter to fetch data from a Go(lang) backend using google’s jsonapi package. I am very happy so far, but ran in to...

View Article

Image may be NSFW.
Clik here to view.

Dashboard data - Routable components "arrival"

@Manolis_Tsilikidis wrote: Hello everyone! So, I have an ember app and I am building a dashboard for the users of the application. My application fetches data from a Rails json-api API ( typical ). So...

View Article


If there is a chance can let you become a super hero from Marvel

@GregWang wrote: who you will choose and why ? Posts: 1 Participants: 1 Read full topic

View Article

What is the public API on ember-power-select

@GregWang wrote: API DOC link --> http://www.ember-power-select.com/docs/api-reference In the bottom of this page, it introduce the ‘Public API’s methods and actions’, but i’m not understand how to...

View Article


Unnecessary hurdles

@robomac wrote: I’ve been learning Ember. A few suggestions for newbies… Improve the docs. It wasn’t at all clear to me, for a long time, when I needed handlebars, when I need to do an Ember.get(),...

View Article

Is it possible to create a library like react-vis?

@williamge wrote: If you’re not familiar with react-vis, it’s a visualization library for React by Uber which has a very easy to use and easy to read way of composing charts. Here’s a sample of the...

View Article


Ember-data offline data persistence, maybe ember-pouch is not useful? Maybe I...

@johnunclesam wrote: I have a simply application with ember-data that uses DS.JSONAPIAdapter in adapters/application.js because I’m using a backend with JSON API. import DS from "ember-data"; import...

View Article

Ember issues since 2012. Maybe is there a way today? Integrating Push to Keep...

@johnunclesam wrote: I found this post from 2012 http://hawkins.io/2012/07/ember_wish_list/. Since then something is changed, but not these points: Low Hanging Fruit - Integrating Push to Keep Client...

View Article

How to authenticate after facebook login?

@charsi wrote: My app uses passportjs on the server to authenticate users via facebook. Once logged in the server redirects back to the app and sets cookies for userid and access_token. How can I make...

View Article
Browsing all 4826 articles
Browse latest View live