Sails-Ember-Rest provides Ember Data REST-Adapter compatible controllers, policies, services and generators for Sails.js v1.0+. Current version is 1.0.15, targeting Sails 1.0+ and Waterline 0.13.3+. It replaces the older sails-generate-ember-blueprints library by supplying controller classes that handle CRUD operations (find, findone, populate, create, update, destroy, hydrate) with JSON envelope responses expected by Ember Data. The library is in active development and requires manual binding of custom routes for the hydrate action. Key differentiator: it works with Sails 1.0+ where default blueprints are being phased out, and provides a constructor pattern similar to Ember objects for extending controllers.
npm install sails-ember-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a controller using the ember-rest Controller class with a custom create action.
No known issues recorded.