yhirano55 / activerecord-explainer

This gem automatically logs SQL EXPLAIN of every queries
MIT License
49 stars 5 forks source link

affected_rows is undefined #5

Open soulcurrymedia opened 3 years ago

soulcurrymedia commented 3 years ago

Could not log "sql.active_record" event. NameError: undefined local variable or method `affected_rows' for #<ActiveRecord::Explainer:: Subscriber:0x000055e7a9506cc0>
Did you mean? affectet_rows

A small one :)

shingara commented 2 years ago

currently not works with rails 6.1 :(