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?