Is there any way to automatically log everytime an ActiveRecord callback happens? It would help to trace through why certain things are happened when a record has several ca
I just wrote a gem for this.
# Gemfile gem "rails-callback_log", group: [:development, :test]