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
If a helper is not known, the resulting error is rather unclear:
NoMethodError: undefined method `apply' for nil:NilClass
This error happens because the method that tries to find the helper returns nil. Perhaps it should raise an exception instead?
nil
The text was updated successfully, but these errors were encountered:
Better error when helper does not exist (see issue #4)
4967cbb
Add blockHelperMissing that can be overriden more easily.
blockHelperMissing
29523fe
It works the same at in handlebars.js See issue #4
No branches or pull requests
If a helper is not known, the resulting error is rather unclear:
This error happens because the method that tries to find the helper returns
nil
. Perhaps it should raise an exception instead?The text was updated successfully, but these errors were encountered: