Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember.Route undefined #80

Closed
michaelbaudino opened this issue Aug 2, 2012 · 5 comments
Closed

Ember.Route undefined #80

michaelbaudino opened this issue Aug 2, 2012 · 5 comments

Comments

@michaelbaudino
Copy link

Hello,

This commit : c5eb37e
switches States to Routes in the generator template, but from what I can see, Ember.Route is not defined in Ember version shipped with ember-rails.
Am I missing something ?
Are we supposed to use ember-latest.js (which defines Ember.Route) ?

@dmathieu
Copy link

dmathieu commented Aug 2, 2012

That's what I personnally do (use ember-latest).
I'm using ember-rails only for the handlebars assets precompiler it includes.

@michaelbaudino
Copy link
Author

Hmmm, thanks, I'll try that.
I just though it was a bit weird to provide a generator not working out of the box.

@dmathieu
Copy link

dmathieu commented Aug 2, 2012

Ember is still changing a lot, and it will be until 1.0 is released.
That's why it's hard not to break things.

@tchak
Copy link
Member

tchak commented Aug 4, 2012

ember build bumped

@tchak tchak closed this as completed Aug 4, 2012
@michaelbaudino
Copy link
Author

Working great with both the new version embedded in the gem and ember-latest.
Thanks to @tchak and @dmathieu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants