-
In order to make all Trailpacks compatible whatever the web server choice, we need a unified API for controllers and policies.
```
module.exports = class MyController extends Controller{
/**
* …
-
Noticed with a sufficiently large Buffer (or ArrayBuffer) tab completion in the repl will crash the process with out of memory + core dump
```
$ node
> var b = Buffer(1e8)
undefined
> b.l
10335 …
-
When I use Yo Trails(generator recently updated), then run node server.js and npm throws error:
`module.js:471
throw err;
^
Error: Cannot find module 'trails-controller'`
Here is my package…
-
I want to be able to publish these docs to NPM so I can build out the documentation section on trailsjs/trailsjs.io and have it mirror these docs.
-
@tjwebb @jaumard
After fresh install of `yo generator-trailpack` and creating new project getting this error:
```
Error: Cannot find module 'trails/controller'
at Function.Module._resolveFi…
-
# Feature Concepts
## Who can contribute?
Any people can contribute on docs.
## What's needed
(This issue will be updated each time something is finish or created)
The following list describe what's…
-
Is it normal its showing the following in the config/main.js after selecting _bookshelf (not supported yet)_
![alt text](http://i.imgur.com/jebFUF4.png)
-
We're in 2.0 but we still don't have a complete documentation for improving the onboarding experience for the users and solving common issues
You plan to release somethings is the next months?
In …
-
https://github.com/trailsjs/trailpack/blob/master/index.js#L99
I noticed on this line for the `on()` method, it's using `this.app.once.apply()`. Would this prevent subsequent events from triggering? …
-
#### Issue Description
In some cases the travis ci test breaks cos this test fail.
Example: https://travis-ci.org/trailsjs/trails/jobs/165140454
I do not see the advantage of measuring performance o…