nbkhope

Results 17 issues of nbkhope

So that we may conveniently see the methods available.

It seems like `sails.util` has been removed in Sails v1, so the following lines in libs/models.js no longer work: ``` var finalModels = sails.util.merge(models, supplements); sails.hooks.orm.models = sails.util.merge(finalModels || {},...

For SEO purposes, one might need to inject script tags such as the following: ``` { ... } ``` Will there be support for the script tag to be injected...

The head and body should be enclosed in an `` tag and there should be a `DOCTYPE` before it.