-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Bug: Using with haml #86
Comments
I tracked the problem to this line https://github.com/renderedtext/render_async/blob/master/lib/render_async.rb#L6 The simple act of just call I still investigating, to find a workaround Update: The real problem is between https://github.com/k0kubun/hamlit and |
Hi @jonatasrancan, thanks for submitting the issue! I've tried running the example app you posted on GitHub but I'm getting the same error about Thank you for posting the repo and investigating this bug 👏 |
Hi @nikolalsvk I found this issue k0kubun/hamlit#71 (comment) it might be related with the problem. Some how when we |
In the end, it was just a bad gem combination. If you use If you are using Fell free to close this issue. |
Oh OK, thank you for looking into this issue @jonatasrancan and thank you for using I'll close this issue since it's not related to |
Hi.
I'm working in a project that uses
haml
, isntead oferb
.When I added
render_async
to the project, I started getting this errorundefined method 'haml_tag'
.I looked at the
render_async
code, and didn't find anything that might cause that conflict.You can check the error here https://github.com/jonatasrancan/bug-render-async
Just start the app and try to access the root page, the error will show up.
Then remove
render_async
, from the gem file, and the app will work normally.Any idea on why this is happening?
The text was updated successfully, but these errors were encountered: