marcioj / ember-cli-scaffold

Scaffolds models, routes and templates a la rails
https://github.com/marcioj/ember-cli-scaffold
43 stars 9 forks source link

Addon Optimisations #36

Open hamzahio opened 8 years ago

hamzahio commented 8 years ago

Good day marcioj,

Nice addon and want make pull request for optimisations.

  1. create one mixin for:
    • save record
    • delete record
    • prevent transition if model has dirty attributes
  2. add the mixin to ( new - index - edit ) routes.
  3. generate mixin one time on install and never generate when new model generate.
  4. add total of record end the table.

if you are ok with this optimisations will send pull request.