irlnathan / activityoverlord

An application I'm building to learn sails.js
317 stars 101 forks source link

sails 0.10 support? #21

Open mydearxym opened 9 years ago

mydearxym commented 9 years ago

thanks very much for the tuts!
since sails 0.10 has lots of changes , i wonder if there is a "0.10 version" of activityoverlord?

fyyyyy commented 9 years ago

indeed, following this on sails 0.10.5 is a nightmare... so many things break with sails 0.10, and documentation of the sails project is lacking. Your tutorials are great i'd love to see an update.

kristianmandrup commented 9 years ago

Just Keep Calm and wait for Sails 1.0 ;)

vmwherez commented 9 years ago

The 'activity overlord' project code is fairly unaffected by migration to Sails 0.10. Your problem probably rests with dependencies mismatching Sails 0.10. Try npm update, and make sure to check your database adapter / connection. Also there is a migration guide for Sails.