-
#### Issue Description
As I see under all trailpacks, to remove multiple items you need to call url like `DELETE http://localhost:3000/api/v1/mymodel?name=test`
This will remove all items with name …
-
Is there any problem with express on Node v4 because I relaunch a build on TravisCI and now it fail https://travis-ci.org/trailsjs/trailpack-express/jobs/139553865
```
Error: Cannot find module './li…
-
@aclave1 what is the sockets.js for ? https://github.com/trailsjs/trailpack-realtime/blob/master/config/sockets.js doesn't seems to be used
-
In https://github.com/trailsjs/trailpack-express/blob/master/api/policies/FootprintPolicy.js#L34
```
find(req, res, next) {
if (req.params.id && !_.isEmpty(req.query)) {
return res.boom.p…
-
#### Issue Description
I have a default config in config/database.js and a different config in config/env/testing.js. When I set the environment to testing the database configuration from testing.js …
-
#### Feature Request
In #208 @jaumard brings up the point that he would like to do operations before trails starts. Right now, to do this means that you have to alter server.js, which is an "OK" sol…
-
Is there a reason for this ? Because when it will be updated all modifications have to be done here also :/ (except if this generator will don't do anything like the `generator-trails`). Just curious …
-
#### Issue Description
I was trying to install trails, but says some dependency doesn't exist. how can I resolve this?
I am using node v6.1.0 on linux mint.
thanks in advance
Linux 3.13.0-37-generic…
-
![image](https://cloud.githubusercontent.com/assets/1271434/18529479/11e67882-7a82-11e6-876b-0b4c851474e3.png)
Seems like tjwebb has taken some time off? Is this a temporary thing or is the future br…
-
Hi,
When I create a Policy with `yo` : `yo trails:policy Auth` or `yo trails:policy AuthPolicy`, it's create me a file named `api/policies/Auth.js` with `AuthPolicy` class. In `api/policies/index.js…