ohler55 / agoo

A High Performance HTTP Server for Ruby
MIT License
908 stars 39 forks source link

TypeError: no implicit conversion of Array into String #127

Closed bendangelo closed 4 months ago

bendangelo commented 9 months ago

Running Rails 7.1.6 and Ruby 3.3.0.

I get no error in the logs, this is shown in the browser.

I also get these deprecation warnings:

Rack::Handler is deprecated and replaced by Rackup::Handler /home/bendangelo/.rvm/gems/ruby-3.3.0/gems/agoo-2.15.8/lib/rack/handler/agoo.rb:180: warning: Calling Rackup::Handler.register with a string is deprecated, use the class/module itself. RACK_HANDLER is deprecated, use RACKUP_HANDLER.

Edit: Tested in Ruby 3.2.2 and the same error.

ohler55 commented 9 months ago

I've got a couple of fixes due. I'll add this to the list. I hope to address then once back from vacation.

bendangelo commented 9 months ago

I found the issue. It's gem "rack-mini-profiler". I'm using version 3.3.0

ohler55 commented 4 months ago

Should have been fixed back in February.

bendangelo commented 4 months ago

fixed