debugbar icon indicating copy to clipboard operation
debugbar copied to clipboard

Undefined method `payload' for "sql.active_record":String

Open DevelopMan opened this issue 11 months ago • 2 comments

My setup: OS: MacOS Sonoma 14.2.1 Processor: M2 Ruby: ruby 2.7.8p225 (installed with asdf-vm Rails: Rails 5.2.4.6

We use postgres in our app, however the sqlite3 gem is also installed (sqlite3 1.6.4)

When I try to start my app with:

rails s

I get the error:

Uncaught exception: undefined method `payload' for "sql.active_record":String
	/Users/dzam/.asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/debugbar-0.1.4/lib/debugbar/subscribers/active_record.rb:11:in `sql'

DevelopMan avatar Feb 26 '24 13:02 DevelopMan