Quantcast
Browsing all 4826 articles
Browse latest View live

What do you think about my todovmc for emberjs v2?

@Igor_Telmenko wrote: I have made todomvc for ember v2 https://github.com/izumeroot/ember2-todomvc I am beginner in EmberJS. I need your opinions about this application. May be you will find some bad...

View Article


Attribute bindings to child elements of a component

@pavan_kumar_l wrote: I have a custom text area component which displays remaining character count. ` <div class=my-textarea> <textarea> {{content}} </textarea> {{#if isCharLimited}}...

View Article


Saving object with children in 1 request

@markh wrote: I have previously saved an object with children in multiple requests but I don't like the fact that if one loses internet connection in the middle of the save, the client and server are...

View Article

Dealing with calling `_super()` with template pattern for less coupled code?

@rrh wrote: Today I finished Chapter 6 Acquiring behaviour through inheritance from Practical Object-Oriented Design in Ruby by Sandi Metz. I'm wondering how I could use the template pattern in init()...

View Article

How to implement Command Pattern instead of using Adapter

@Charles_Bourasseau wrote: Hi, I'm new to EmberJS and a bit lost. I would like to ask some advice to get started correctly. We have a SaaS which is not built with EmberJS. I'm trying to refactor a...

View Article


Can't get Ember working

@Znafon wrote: Hi, i've been trying to start a new app with ember but i can't get the starter app template to work and always get the same error Cannot find module...

View Article

Mirage passthrough

@robwatkin wrote: Hi, I'm new to ember and I can't seem to get mirage passthrough to work. I'm sure it's something really basic that I'm missing. I have created a simple ember app at...

View Article

Image may be NSFW.
Clik here to view.

Ember cli - multiple developers

@ioanszabo wrote: Hi, I started an ember project using ember-cli tool. Now I want to let other developer work along side me and I don't know how to do it. What I did, was to put directory "app" on...

View Article


Use Gem Ember Rails or run Ember separately

@Alessio_Varalta wrote: Hi, I want to develop a Rails application with Ember, this is my first approach with this JS Framework. My question is if is better to use the ember gem for rails or run ember...

View Article


Using CP inside hash's

@celo wrote: I would like to use a computed property inside a hash, like: export default Ember.Controller.extend({ computeds: { hiw: Ember.computed('model.hiw', function() { return { name:...

View Article

Ember.computed.oneWay performance

@ofridagan wrote: Hi, Could it be that Ember.computed.oneWay or Ember.computed.readOnly is noticeably slower than a 'normal' computed property? I mean, I notice this: someProperty: (function()...

View Article

Is it possible to have a belongsTo relationship which is resolved by another...

@Hummingbird wrote: I receive a response from the server similar to this: {"entity":"group","entityId":"myId1" } Now I would reflect that in ember data in a way similar to this, so that entity...

View Article

Image may be NSFW.
Clik here to view.

Ember serve slow on vagrant

@tangmonk wrote: build using 38s, it's really slow Posts: 2 Participants: 2 Read full topic

View Article


How to add organization Namespace import without addon?

@Craig_Setera wrote: We have a number of utility and common Ember classes that we would like to easily share throughout our application. Right now, we are referencing those classes using relative...

View Article

Creating many Ember.Object's

@ofridagan wrote: Hi, It looks like Ember.Object.create is much slower then creating a plain JS object (obviously). I find it to be up to 100 times slower (!), depending on the number of properties...

View Article


modelFor returns the params to model instead of the actual model?

@NullVoxPopuli wrote: This is some really freaky behavior that I probably should have asked about earlier, as this has been endlessly frustrating. So, my workflow that I'm trying to implement is just...

View Article

Javascript fatigue and ember

@moeamaya wrote: https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4#.yfljvaiky This is an issue that I've run into personally in wanting a way to integrate a less "robust" (heavy)...

View Article


Best way to filter stores and return as a model

@craig2005 wrote: I read it isn't recommended to use the ember data filter anymore and thus its been broke off into a separate addon which I ended up installing because I couldn't figure out another...

View Article

List of Components always get the first property

@tangmonk wrote: For better explain, I have following code (not really) app/components/building-list.js: import Ember from 'ember'; export default Ember.Component.extend({ router:...

View Article

Different robots.txt for production and staging

@broerse wrote: I now have a static robots.txt file in my public folder. I am thinking about writing a deploy-pack for ember-cli-deploy-couchdb. My question is how I can provide a different robots.txt...

View Article
Browsing all 4826 articles
Browse latest View live