-
In Q1 of 2016, sails-swagger will be migrated to run on the trails.js framework: https://github.com/trailsjs/trails. As many of you know, this project has been hamstrung by the Sails.js team's inabili…
-
this.app.packs is not copy correctly from this.app.config.main.packs cause it's undefined.
One fix can be to modify https://github.com/trailsjs/trails/blob/master/index.js#L77 and add `this.packs = pa…
-
In Q1 of 2016, sails-permissions will be migrated to run on the trails.js framework: https://github.com/trailsjs/trails. As many of you know, this project has been hamstrung by the Sails.js team's ina…
-
- 今日で5年らしい
- [JavaScript Frameworks in 2016 | Clock](http://www.clock.co.uk/blog/javascript-frameworks-in-2016)
- Frontendはまだしも、Backendは全く知らんかった
- [trailsjs/trails: Modern Web Application Framew…
peccu updated
8 years ago
-
I have the following models:
User.js:
```
module.exports = class User extends Model {
static config (app,Sequelize) {
return {
options: {
hooks:{
beforeCreate: (values…
-
re https://github.com/trailsjs/eslint-config-trails/issues/7
-
In Q1 of 2016, sails-webpack will be migrated to run on the trails.js framework: https://github.com/trailsjs/trails.
There is a long history behind the decision to migrate to Trails.js, some of whic…
-
see: https://github.com/trailsjs/trailpack-hapi/blob/master/lib/server.js#L28
A design distinction (which I've not made clear at all thus far) of Trails is that the user is responsible for requiring …
-
The web server selection process should include an "other" option, in which the user can enter the full name of an npm module to load as their web server. This is probably a rare occurrence, but it sh…
-
Don't know if it's currently possible, but it can be nice when a trailpack needs to override some files, to let the user know which trailpack needs to override the files. This will help the user to un…