-
#### Issue Description
When I add a policy to the routes config it throws the following error.
_Config_
```js
config: {
pre: [
'ReportPolicy.isEvil'
]
}
```
_Error_
```sh
error:
…
-
I have followed **https://github.com/trailsjs/sails-swagger** to integrate sails js with swagger.
But while doing testing I am getting error.
In our project we have written the api controllers in ty…
-
-
I go the following error after trying to npm start the project
```
npm start
> trailblazer@0.0.0 start /Documents/Dev/trailblazer
> node ./node_modules/nodemon/bin/nodemon -e js -x 'npm run l…
-
#### Issue Description
Currently each trailpack ORM fired `trailpack:ormName:event` it would be nice for trailpacks that support multiple ORM to have a unified `trailpack:orm:event` fired by `trailpa…
-
As it was asked [in Sails](https://github.com/balderdashy/sails/issues/2542), it would be great to have a footprint to manage pages of data.
-
like https://github.com/keystonejs/keystone
-
Ok I did into the code a little a I think the usage of multicache is wrong here https://github.com/trailsjs/trailpack-cache/blob/master/api/services/CacheService.js#L64
Because if I have multi store …
-
#### Issue Description
`yo trails` not generating default folders `controllers` & `models` in api folder.
Due to this `config/web.js` also not generating itself.
Some **trailpacks**'s not been i…
-
`Sails.js` is a very badly outdated library. I propose to change the framework we're using to something more popular and supported. The reasons to consider this are -
- Nowadays its usage is almos…