MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.7k stars 402 forks source link

Add memory_profiler error when not installed #488

Closed gmcgibbon closed 3 years ago

gmcgibbon commented 3 years ago

Adds error message when memory_profiler isn't installed. The wording and logic is borrowed from the error you get from pp=flamegraph when stackprof isn't installed. I also added some integration tests for each feature.

SamSaffron commented 3 years ago

looks good to me!

btw 2.5 is now EOL we are going to remove it from the test matrix soon.