New
3.1.0
- [FEATURE] The query parameter that RMP uses (by default, pp) is now configurable #553
- [FEATURE] You can now opt-out of the Net::HTTP patch by using RACK_MINI_PROFILER_PATCH_NET_HTTP="false"
- [FIX] Error responses now include header values from the app, and stackprof not installed message now has correct content #547
- [FIX] RMP pages now have more valid HTML, with title elements #552
- [BREAKING CHANGE] Ruby 2.4 and Ruby 2.5 are no longer supported.
- [FIX] Now works with apps that don't otherwise require erb #531
- [DOCS] Added Heroku Redis instructions
- [DEPRECATION] We are changing the name of the generators to
rack_mini_profiler, e.g.rack_mini_profiler:install#550