mozilla / ember-cli-fxos

Ember-cli add-on for creating Firefox OS applications
11 stars 2 forks source link

Include generator for setting up datastore #7

Open brittanydionigi opened 9 years ago

brittanydionigi commented 9 years ago

This might require too much configuration to make sense as a generator, but as it stands now, there is quite a bit of work involved in setting up a datastore (installing an adapter, importing it in Brocfile.js, creating an adapter file, creating a serializer file, and in some scenarios returning this.store in the application route's model. Would be nice to handle some of this if possible. Need to do some investigating.