visionmedia / express-resource

Resourceful routing for Express
1.41k stars 140 forks source link

Untitled #4

Closed macavon closed 13 years ago

macavon commented 13 years ago

I've added a couple more features based on Rails resources: singular resources, where there isn't an id, and member and collection for adding extra non-standard routes.

If I had the choice, I would have used resource/resources instead of singular_resource/resource, but I didn't want to break backward compatibility unilaterally.

tj commented 13 years ago

going to do things a bit differently, I added nesting, but im going to add inflection stuff right away