getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

While Looking at adminjs I noticed epf was causing some autoruns #77

Closed stefanpenner closed 10 years ago

stefanpenner commented 11 years ago

specifically the rest adapters ajax

look to ember-data's rest adapter for a solution. https://github.com/emberjs/data/blob/master/packages/ember-data/lib/adapters/rest_adapter.js#L475-L512

stefanpenner commented 11 years ago

This would also allow you to refactor all the Ember.run's in the handlers that consume this.ajax

ghempton commented 10 years ago

This should be fixed.