Quantcast
Browsing all 4826 articles
Browse latest View live

Loading gif hanging on expensive render

@Eddie.Sholl wrote: To help improve the user experience of a particular expensive transition and render, I've been using a more friendly loading spinner. Rather than using a full loading route, it's a...

View Article


Contract Ember Developer – Remote

@sarah wrote: The Dyrt is an innovative search and discovery platform for camping and (soon to be) outdoor adventures. The beta site at thedyrt.com last summer proved huge results, capital has been...

View Article


Incredibly frustrating Build time

@chauhraj wrote: I am fairly new to client side javascript application and I zero-ed on Emberjs for its eco-system. I am observing incredible poor build time performance. I tried to install...

View Article

Is there a preferred or “Ember way” to insert an api access token?

@John_Davis wrote: I asked this question on StackOverflow, but maybe this would have been a better place to start. My api expects an api token as a query parameter for GETs and DELETEs and a parameter...

View Article

Confused about Ember

@James_Parsons wrote: I have wanted to try Ember out for a long time now, so now I decided to do so, but I am quite confused. I am aware that there is quite a learning curve, but there are some things...

View Article


New Ember Videos Website

@ghamha1n wrote: Good day all, We Just lunch new ember.js videos website where all gather all videos and categories it. you can submit any video to us and will make it available as soon as possible...

View Article

Trouble understanding how observers work

@Maelstrom wrote: Hello, I recently started using Ember and, I thought I started getting a graps on the damn thing and now I am so confused... Context: I am currently trying to implement multi...

View Article

Active-model-adapter

@kgish wrote: Is there a migration path for DS.ActiveModelAdapter when upgrading from Ember Data 1.x to 2.x? Previously it was included by default, but is that still the case or do I have to install...

View Article


Need for Webpack in Ember?

@Monkey_Magic wrote: Question - am I right in saying that as Ember compiles everying that is included within the application there is no need for any Webpack/Browserify/Blah ? Posts: 4 Participants: 3...

View Article


Sorting an async relationship

@ggstuart wrote: Hi, I have an ember app which shows 'competitions', each 'competition' object has many 'competitor' objects: app/models/competition.js import DS from "ember-data"; export default...

View Article

Image may be NSFW.
Clik here to view.

Ember rendering two duplicate records before refresh

@Helix wrote: I've got an unusual problem. On my backend I have an express.js API feeding ember data. Right after I add a new record to the database (I'm running mongo), and then go to the index page...

View Article

Weird bug(?) with components

@ofridagan wrote: Hi, I had this weird thing happening in my app, so I investigated and created the simplest ember-twiddle I could to reproduce this....

View Article

Ember-data update failed

@pcjpcj2 wrote: Hello, I use JSONAPIAdapter for my backend rails api. read and delete are work well. but create, update is failed. my json data { data: [ { id: "21", type: "libraries", attributes: {...

View Article


Table component that allows drag & drop among instances

@bgusach wrote: Hello, I need to build a small web app that needs some sortable tables, and it should be possible to drag elements from one table and drop them in the other ones. I have taken a look...

View Article

Ember--cli templates

@Ben_Glancy wrote: Hi, I recently started using the Ember-cli, it was the first time I've used automatic build for a web project (outside of Visual Studio) and it 's good. Only thing is I find very...

View Article


Best solution for inter-component communication?

@rohmann wrote: So I've looked around at some previous conversations, but can't seem to find a definitive answer. If controllers are eventually going away, and actions don't bubble up through...

View Article

Every single test is failing (must set resolver)

@hschillig wrote: I generate all my controllers, routes, and components with ember g via command line.. but EVERY single one of my tests are failing (68) with all my controllers, routes, and...

View Article


Is there any reason we should avoid passing a delegate into a component...

@John_Davis wrote: I was reading a tutorial on emberigniter (which is an excellent site btw) which among other things shows how to pass an action-closure down into a component. The first set of code...

View Article

Solved: How to observe a model property change in controller?

@planetexpress69 wrote: Hi there, I am fetching a list of objects with Ember-Data within the model hook of a route. Each object ('item') has a property 'checked' (checked: DS.attr('boolean', {...

View Article

How to put server sent event (eventsource) into service?

@v3ss0n wrote: I want to have an ember service so that when new chat messages are avaliable it will be availabe to all the controllers. Posts: 2 Participants: 2 Read full topic

View Article
Browsing all 4826 articles
Browse latest View live