Occasionally I need to return HTML to the browser to be displayed. That HTML doesn't need these filters applied as they are already on the page. I think adding something to the app controllers would be more robust here, but sending a header up with the AJAX request to prevent the filter works for now.
@ketzusaka Merged in master, would be great if you do an additional commit to explain how to use it in the README file before push a new version of the gem to rubygems. Thanks!
Occasionally I need to return HTML to the browser to be displayed. That HTML doesn't need these filters applied as they are already on the page. I think adding something to the app controllers would be more robust here, but sending a header up with the AJAX request to prevent the filter works for now.