agoo icon indicating copy to clipboard operation
agoo copied to clipboard

TypeError: no implicit conversion of Array into String

Open bendangelo opened this issue 2 years ago • 2 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.

bendangelo avatar Jan 05 '24 07:01 bendangelo

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

ohler55 avatar Jan 05 '24 07:01 ohler55

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

bendangelo avatar Jan 05 '24 08:01 bendangelo

Should have been fixed back in February.

ohler55 avatar Jun 05 '24 00:06 ohler55

fixed

bendangelo avatar Jun 05 '24 06:06 bendangelo