ember-cli-scaffold icon indicating copy to clipboard operation
ember-cli-scaffold copied to clipboard

Scaffolds models, routes and templates a la rails

Results 5 ember-cli-scaffold issues
Sort by recently updated
recently updated
newest added

I'd like to use ember-cli-scaffold for models with relationships. Is this formally supported? If, not is there a work around for scaffolding models like this (e.g. from the Ember docs):...

Package.json states that the licence is MIT but it would be nice if there was a licence file, just to be more official.

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...

This is what the scaffold gives me: ``` import Model from 'ember-data/model'; import attr from 'ember-data/attr'; export default Model.extend({ [..] }); ``` This is what my model ended up looking...

I'm using ember cli 2.5.0 After creating a brand new Ember project and issuing a simple scaffolding command such as: `ember generate scaffold foobar:string age:number` I get the following error:...