Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sails.js

Sails V10.0 On Mysql Encountering 'schema' Of Undefined

i'm trying out sails js version 0.10.0 with sails-mysql adapter 0.10.6 I created two models: Cu… Read more Sails V10.0 On Mysql Encountering 'schema' Of Undefined

Connect To Sails Websocket

I'm triying to develop a simple Hello World Websocket using Sails framework V0.12. I need to co… Read more Connect To Sails Websocket

Sails.js: How To Actually Run Tests

I'm completely new to sails, node and js in general so I might be missing something obvious. I&… Read more Sails.js: How To Actually Run Tests

Sails.js Http + Https

I am trying to figure out how to lift a sails app that responds to both HTTP and HTTPS requests. I … Read more Sails.js Http + Https

Sailsjs + Ext-direct (sencha Extjs)

I was wondering if anyone has used ext-direct with sailsjs. If you have or anyone with the know how… Read more Sailsjs + Ext-direct (sencha Extjs)

Sailsjs To Phonegap?

I'm trying to create a Phonegap project from SailsJS project. As i found out so far, command &#… Read more Sailsjs To Phonegap?

Sails.js Create Index(root) Controller

I was wondering if there is a way to have an index controller with an index action. my root is a lo… Read more Sails.js Create Index(root) Controller

Sails.js - How To Inject A Js File To A Specific Route?

For example, I have a page /locations/map which I need to include Google Map library, and include a… Read more Sails.js - How To Inject A Js File To A Specific Route?

How To Raise Custom Error Message In Sails.js

I am very new to Sails.js (0.9.13) and to node style programming in general. Any help appreciated. … Read more How To Raise Custom Error Message In Sails.js

Javascript/sails.js Controller Waiting For Service To Call Async Function

It is very straightforward to use an asnyc call to wait for a Javascript function to complete, howe… Read more Javascript/sails.js Controller Waiting For Service To Call Async Function

How Do I Extend Sails.js Library

I would like to extend sailsjs to have something similar to rails strong params i.e. req.params.li… Read more How Do I Extend Sails.js Library

Mongoerror: Topology Was Destroyed Sailsjs

When I try to create this error shows up: Error (E_UNKNOWN) :: Encountered an unexpected error M… Read more Mongoerror: Topology Was Destroyed Sailsjs

Sails Js - Check Database Every Time

I have a schedule manager web application where the system will check every hour if current time is… Read more Sails Js - Check Database Every Time

Is There A Bettery Way To Work With Nested(associated) Models In Sails Js?

I've connected my SailsJs app to a Mongodb database. I'm working on an analytic application… Read more Is There A Bettery Way To Work With Nested(associated) Models In Sails Js?

Using Passport-steam With Sails-generate-auth

I'm creating a SailsJS application, and I want users to log in only with Steam authentication. … Read more Using Passport-steam With Sails-generate-auth

Sails Js - Check Database Every Time

I have a schedule manager web application where the system will check every hour if current time is… Read more Sails Js - Check Database Every Time

Generate (query) String From "where" Object In Waterline.js

Using waterline.js in sails.js (0.10.5): I would like to create a 'where' string out of a w… Read more Generate (query) String From "where" Object In Waterline.js

How To Cancel Sails.js Lift With A Hook

I need to perform certain initialization tasks using promises when lifting my Sails.js app. If thes… Read more How To Cancel Sails.js Lift With A Hook