docs/version-notes/0.8.x/Changelog0.8.8x.md
sails new fooSunday, February 24, 2013
Saturday, March 2, 2013
(e.g. User.stream().pipe(res);)sails CLIforever start .app.jssails.explicitHost to track whether a host was explicitly specified. If it was not, Express takes the approach of accepting all connections via INADDR_ANY (see http://expressjs.com/2x/guide.html#app.listen()) Now, if you specify sails.config.host, sails.explicitHost gets set, and Express will start the server deliberately using the host you specify. In certain PaaS deployments, this is required. For instance, this was causing problems in an Openshift deployment environment (big thanks to @hypereive for figuring that out).Saturday, March 2, 2013
Sunday, March 3, 2013
Monday, March 4, 2013
Monday, March 4, 2013