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
As far as I can tell, NONE of those files contain a call to the safe_concat method. Has anyone seen an issue like this before or have an idea about how to get to the bottom of it?
The text was updated successfully, but these errors were encountered:
We are using haml 5.2.2 + Ruby 3.2 + Rails 7 + haml-rails 2.1 in our app.
When I to upgrade to haml 6.1.1, my rails views start failing with the exception:
The stack trace points to the first line in whatever partial is rendered first.
I tried catching the ActionView::Template::Error and inspecting the backtrace and see something like this:
As far as I can tell, NONE of those files contain a call to the safe_concat method. Has anyone seen an issue like this before or have an idea about how to get to the bottom of it?
The text was updated successfully, but these errors were encountered: