-
Notifications
You must be signed in to change notification settings - Fork 159
Modules
Erik Bryn edited this page Jun 17, 2013
·
1 revision
The ambition is for Ember Model to be as modular as possible. Ideally you should be able to make custom builds of it that only include the features you need for your application.
The current plan is to switch to using Grunt and ES6 modules.
- Simple hash map for read-only use cases
- bigdata.js for read/write applications
- Model
- RecordArray
- HasManyArray
- BelongsToProxy(?)
- Adapter
- FixtureAdapter
- RESTAdapter
- FirebaseAdapter
- etc.
- Type conversion
- Serializers/Transformations (camelizing, pluralization)
- Validations