Alex Ferreira

Results 8 issues of Alex Ferreira

I have a service `calculator` and the `investigator` running through the `libcluster`. but when I register my service, sometimes something strange happens. for example: When I start the `calculator` service...

**sugestion** `http://localhost/users.json?sort_name=asc`

features

**sugestion** `http://localhost/users.json?limit=100` So 100 records are returned

features

**suggestion** `http://localhost/users.json?page=1&limit=10`

features

### Support records related example: ``` userSchema var = new Schema ({ name: String, email: String, posts: [{type: Number, ref: 'Post'}] comments: [{type: Number, ref: 'Person'}] }); mongoose.model ('User', userSchema);...

features