You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am getting quite a bit of HAML errors, that weren't existent when I was using ERB. Specifically is_haml? which is HAML's doing, but I am trying to figure out how to default back to ERB somehow.
So question being, is there a way to have Liquid exclude the default rendering engine, and fall back to ERB explicitly?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm not sure what the issue is. HAML and Liquid should be fairly independent. If they aren't then this would probably be a rails issue. Please reopen if I got this wrong.
Currently I am getting quite a bit of HAML errors, that weren't existent when I was using ERB. Specifically
is_haml?
which is HAML's doing, but I am trying to figure out how to default back to ERB somehow.So question being, is there a way to have Liquid exclude the default rendering engine, and fall back to ERB explicitly?
Thanks!
The text was updated successfully, but these errors were encountered: