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
I've tried this with rails 1.8.7 and raise this error
require 'rails_view_annotator' NameError: uninitialized constant ActionView::PartialRenderer
The text was updated successfully, but these errors were encountered:
If it's not compatible can you kindle add to the readme the versions which it will work?
Sorry, something went wrong.
It's not compatible with Rails 6.0, either. In 6.0, find_partial requires two arguments. But Rails View Annotator calls it with no arguments:
find_partial
rails_view_annotator/lib/rails_view_annotator/action_view/partial_renderer.rb
Line 42 in 5e56b20
A co-worker of mine came up with a fix for Rails 6.0.
No branches or pull requests
I've tried this with rails 1.8.7 and raise this error
The text was updated successfully, but these errors were encountered: