ember-cli-coffeescript
ember-cli-coffeescript copied to clipboard
Fix broken route and resource generators
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 that would fail due to app/router.coffee
not existing.
The Can\'t find variable: WeakMap
is fixable by updating away from PhantomJs.
@olleolleolle The errors reported for ember-beta
and ember-canary
are the same as in current master, so I think they should be dealt with separately to this PR.