We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using ember-rails and have encountered a bug where the patch code for the Handlebars compiler isn't run when precompiling the templates (patch here: https://github.com/emberjs/ember.js/blob/master/packages/ember-handlebars-compiler/lib/main.js#L177-L212). This was introduced in commit 34ae167.
The text was updated successfully, but these errors were encountered:
This is almost certainly because you're precompiling templates with an older version of the ember-template-compiler.
If you update ember-source to something like http://rubygems.org/gems/ember-source/versions/1.2.0.beta.4 this should go away (and make sure to clear your assets cache to make sure everything's getting fully re-precompiled)
Close if this ends up being the case.
Sorry, something went wrong.
#3729 would go a long way to giving people more information when this happens
Agreed. #3729 likely needs to happen before 1.2.0 gets released.
Closing since #3729 was merged and is in 1.2. If there are still issues, let us know.
No branches or pull requests
I'm using ember-rails and have encountered a bug where the patch code for the Handlebars compiler isn't run when precompiling the templates (patch here: https://github.com/emberjs/ember.js/blob/master/packages/ember-handlebars-compiler/lib/main.js#L177-L212). This was introduced in commit 34ae167.
The text was updated successfully, but these errors were encountered: