MiniProfiler / rack-mini-profiler

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

Latest release has an issue ...undefined local variable or method `query_string' #598

Closed braindeaf closed 10 months ago

braindeaf commented 10 months ago

Todays' update introduced

Puma caught this error: undefined local variable or method `query_string' for #<Rack::MiniProfiler:0x000000011ca54a70> (NameError)
/Users/roblacey/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rack-mini-profiler-3.2.0/lib/mini_profiler/actions.rb:136:in `serve_profile_memory'

Added a quick PR to demonstrate fix

https://github.com/MiniProfiler/rack-mini-profiler/pull/597

soberstadt commented 10 months ago

Is this closed by #597?

braindeaf commented 10 months ago

It should be, closing.