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:
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'
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:
I get the error: