Mikael Riska

Results 6 issues of Mikael Riska

This PR closes #146 by fixing the `route` generator to use `locals` from the ancestral blueprint. It also enables two previously skipped tests by removing the parts of the tests...

```shell › ember -v ember-cli: 2.13.2 node: 7.7.4 os: darwin x64 › ember new route-test ... › cd route-test › ember generate route foo installing route create app/routes/foo.js create app/templates/foo.hbs...

Coffeescript blueprints for `instance-initializer` is missing. These should be added for completeness.

The blueprints for addons: * `addon-import` * `component-addon` * `helper-addon` * `initializer-addon` * `route-addon` are now basically similar to the default ember blueprints. Check if it is possible to remove...

It would be convenient if it was possible to link directly into an anchor in the api references using {{docs-link}}. Maybe using a syntax like: ```handlebars {{docs-link 'buttonType' 'docs.api.item' 'components/button'...

Hi! I have been investigating an issue with corrupted png:s, and have been able to track down at least one place where it does not work as expected. I had...