nlf

Results 197 comments of nlf

Also should create really be invalid? Index definitely is, since show effectively becomes the index, but allowing a POST to the singular resource is probably something that should be there.

interesting.. i'll take a look and see what's going on

i didn't determine changing an undocumented feature that was purposed for internal use only as a breaking change. users are not meant to pass the root parameter. i am curious...

You're absolutely right, there currently isn't. I'll look into adding it.

ah.. you're right. i'll have to change the logic so it splits the path on `Path.sep` and then looks for 'node_modules' in the resulting array.

how you can fix this and preserve windows support is by doing `Path.sep + 'node_modules' + Path.sep` instead of hard coding the `/`

It's on the chopping block to actually create several examples, so I'll work on those probably this weekend. Thanks for the suggestion.

Ah, that would indeed be the exact issue. I never accounted for someone creating an in-place child definition with the same name as a top level resource. I'll have to...

Note that the normal way to configure this to get the behavior you're expecting (based on only using the index/create methods in the hasMany definitions) is more like: ``` js...

I’m working on a fix so that you can define things like you’re expecting. Stay tuned. --  Nathan LaFreniere From: aq1018caa aq1018caa Reply: nlf/mudskipper [email protected] Date: January 28, 2014 at...