-
Sails version: 1.2.3
-----
In `sails console`:
```
sails> sails.transaction === sails.getDatastore().transaction
true
sails> sails.sendNativeQuery === sails.getDatastore().sendNativeQuery
tru…
-
Amazing we have it at last!
Please add support for https://github.com/sgress454/sails-hook-autoreload too!
-
This will make us very happy.
-
Hi, I have an error when I start sails project.
Consistency violation: A model (`users`) references a datastore which cannot be found (`solrConnectionOne`). If this model definition has an explici…
-
Hi,
I'm using sails 1.0.2 and sails-postgresql 1.0.1. So when it tries to reload the server an exception has been thrown in module parley/lib/private/Deferred.js:313 with the following stack trace:…
-
Is it possible (if yes then how?) to use this library with v1.0?
-
The latest version of sails-permissions results in the following error. To get around this, I reverted to version 1.2.1 which seems to works fine at the moment.
Error: Cannot find module 'sails-permi…
-
I've been trying to set my custom routes swagger options but it seems the npm package is outdated because there's also a CORS related bug on it (already solved on this repository).
It would be great …
-
It looks like sails-swagger doesn't work on an existing API that has the no-front end option
-
Hi,
Is there an easy way for me to fix the issue where if I restart my sails server, then the Ember App reconnects the socket ok, however it does not refresh the CSRF token and so when i try and save…