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
I have a conflict with swagger documentation that I have built into my Rails app. rorvswild overrides styles which prevent highlighting selected text within json bodies of swagger ui.
I tried using ignore_requests for the specific controller and action however this does not seem to do anything. I ensured that I configured it correctly.
I have a conflict with swagger documentation that I have built into my Rails app. rorvswild overrides styles which prevent highlighting selected text within json bodies of swagger ui.
I tried using
ignore_requests
for the specific controller and action however this does not seem to do anything. I ensured that I configured it correctly.e.g.
However the widget still appears and it loads all related assets into the DOM. Is this an error on my part or is something lacking hear?
I would like to completely disable rorvswild for a specific route so that nothing at all is added to the dom.
The text was updated successfully, but these errors were encountered: