-
Notifications
You must be signed in to change notification settings - Fork 82
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
Rails 6.1: ActionView::Template::Error: can't modify frozen Hash #71
Comments
Hi, this repository has not been maintained for a long time. - ActionView::Helpers::TagHelper::BOOLEAN_ATTRIBUTES.merge([:itemscope].to_set)
+ ActionView::Helpers::TagHelper::BOOLEAN_ATTRIBUTES.dup.merge([:itemscope].to_set) |
Thank you! For anyone else who's looking for a similar breadcrumb library that's actively maintained, I found these 2: |
shivang2056
added a commit
to cloudlogistics/crummy
that referenced
this issue
Oct 31, 2023
Changes done as per the suggestion in zachinglis#71 (comment)
shivang2056
added a commit
to cloudlogistics/crummy
that referenced
this issue
May 2, 2024
Changes done as per the suggestion in zachinglis#71 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to upgrade from Rails 6.0 to 6.1 and suddenly I'm getting this error that seems related to crummy, though I can't figure out what's wrong:
If I comment out the
render_crumbs
call in my template then the error goes away.Ideas?
The text was updated successfully, but these errors were encountered: