forked from ember-cli/ember-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
trabus edited this page Nov 11, 2014
·
7 revisions
- Review test blueprints, ensure consistency with guides
- Add flag to list available blueprints
- Improve missing blueprint error output
- Make blueprints aware of alternate extensions (
app.scss
etc.) - Run
ember test
at the end of each test intests/acceptance/generate-test.js
- Pods 😄
- Detect binaries and other non-template files in
FileInfo#render
(replace naive try/catch) - Use AST tranforms in
addRouteToRouter
- Use AST equality in
assertFile
- Break out
actions
inBlueprint#install
- Replace
inflections
withember-inflector
- Support
within:other-route
when generating routes - Prevent double ‘installing’ message in resource blueprint
- Scaffold blueprints
- API for registering blueprints from other packages
- Blueprint for generating add-ons (abuiles/rails-csrf is a good template for this)
- Extract Blueprint into its own package
- Allow for blueprints without
files
directory - Support for
__plural__
filename replacement