ohler55 / agoo

A High Performance HTTP Server for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: no implicit conversion of Array into String

bendangelo opened this issue · comments

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.

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

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

Should have been fixed back in February.

fixed