Conflict with Rack::Deflater

I just wanted to post out something I learned today. This is a link to my reply on stackoverflow:

Stackoverflow

The gist of it is that there is a conflict with Rack::Deflater because it manipulates the body in a way that the profiler is not able to insert itself. I hope that helps some of those that have been struggling to see it work on rails.

This is actually covered in the Readme (I added it a few months ago :slight_smile: )

Shoot! I am not sure how I missed this, thanks!