-
Did you plan to make it work like @tjwebb sails hook ? I mean it's create all files directly on sails project.
Personally I don't want this on Trails version. I prefer take advantage of classes and on…
-
There are some problem in the frontend injection.
These are the errors showed in the browser's console:
```
Uncaught Error: [$injector:modulerr] Failed to instantiate module frontend due to:
Error: […
-
Hi,
I just modified the code to use sails-cassandra instead of redis.
Can you please help me the fix the below error?
I can see the new tables being created in the Cassandra database, but it just f…
-
Hi,
A lot of hooks used to add controllers using sails.controllers, since sails 1.0 that functionality is broken...
and a lot of useful dependencies do not work any more, I really am very disapp…
-
http://sailsjs.org/
-
Hello ! I'm having trouble installing the scraper.
`npm install` went on fine, but some vulnerabilities found during automated audit.
`sails lift` yields
```
error: Attempted to `require('…
-
Any plans on bringing this (GREAT, btw) package up to date to work with the current sails beta (v .10)? I just brought my app up to that version of sails and my mssql connections broke.
-
I followed the readme until `sails lift` which appears to be working, but http://localhost:3000 is not accessible.. so does http://localhost:1337
npm -v: 3.10.10
node -v: v6.9.4
sails -v: 0.12.13
-
https://github.com/proboston/sails-fixtures/blob/a20e0d7ca837178e68830d388512e3a9c813f0f6/lib/index.js#L164
with models.migrate === 'safe' || 'drop' I get the following message when the existing da…
-
Can you point me in the right direction for getting a sails.js project running under iisnode?
I don't think that there will need to be any url rewriting as the url requests are all handled by the nod…