ichabodcole / Sails.js_ChatApp_v0.9.3

Updated version of the Nettuts+ SailsJs ChatApp Tutorial, for Sails v0.9.3
http://net.tutsplus.com/tutorials/javascript-ajax/working-with-data-in-sails-js/
43 stars 31 forks source link

Working with Sails 1.0? #3

Open itsalaidbacklife opened 10 years ago

itsalaidbacklife commented 10 years ago

Is this repo compatible with the most current version of sails? I cloned it and the server will run at all, but It doesn't any changes when I click the submit buttons for the signup or login. Is this an issue with sails?

ichabodcole commented 10 years ago

No this is a bit old now, and based on sails 0.9.x. I am planning to update the app to use v0.10, as soon as I have some free time.

gazpachu commented 9 years ago

The only thing not working on v0.10 is the path to app.js in the layout file:

`

` Actually, I don't know how you made it work in v0.9.3 because that file is outside the public folder. What am I missing?