Gordon L. Hempton
Gordon L. Hempton
I can confirm there are some reserved attribute names. Off the top of my head they would be: `rev`, `id`, `clientId`, `clientRev`, and `type`. I will definitely document all of...
There is an equivalent epf method: Ep.setupContainer On May 21, 2014 9:23 AM, "Mukund Lakshman" [email protected] wrote: > It looks like ember-cli calls DS._setupContainer to setup testshttps://github.com/rpflorence/ember-qunit/blob/master/lib/module-for-model.js#L4-29. > Is there...
This makes sense. Soon I am going to be removing the need to set Ep.**container** in tests. On Fri, May 23, 2014 at 8:23 AM, Devon Hinton [email protected]: > Great!...
This should work. Can you post your model definitions?
Ah so if you are creating a 1-1 relationship you should set the "owner" of the relationship (this determines which side persists it). To do this you could so something...
I would like to support something like this as well.
I think there are two features here: 1. Providing a session level method `findMany` 2. Having an adapter which is intelligent enough to utilize bulk backend APIs I think both...
Hmm that seems strange. We have several models that use lots of embedded documents. Do you have more of the stack trace handy?
Yes they have lots of nested embedded relationships. There are also some acceptance tests with multiple levels of embedded relationships. On Sat, Jul 12, 2014 at 2:46 PM, David Patrick...
Hmm I would like to get to the bottom of this. You said that this happens after delete operations, what do the responses look like for those? Seems weird that...