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
annotate_rendered_view_with_filenames
The method annotate_rendered_view_with_filenames is Rails 6.1+ only.
better-html/lib/better_html/railtie.rb
Line 11 in 8f77d96
I found this issue while running the test for maintenance_tasks https://github.com/Shopify/maintenance_tasks/actions/runs/8289887525/job/22695983684?pr=991
rails aborted! NoMethodError: undefined method `annotate_rendered_view_with_filenames' for ActionView::Base:Class /home/runner/work/maintenance_tasks/maintenance_tasks/vendor/bundle/ruby/3.0.0/gems/better_html-2.1.0/lib/better_html/railtie.rb:11:in `block (2 levels) in <class:Railtie>'
The text was updated successfully, but these errors were encountered:
I'm in the side of dropping activesupport 6.0 compatibility (which already is) and update the gemspec.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The method
annotate_rendered_view_with_filenames
is Rails 6.1+ only.better-html/lib/better_html/railtie.rb
Line 11 in 8f77d96
I found this issue while running the test for maintenance_tasks https://github.com/Shopify/maintenance_tasks/actions/runs/8289887525/job/22695983684?pr=991
The text was updated successfully, but these errors were encountered: