Making a custom logger for Rails query optimization
I’ve spent a lot of time tracing problematic queries and figuring out where ActiveRecord chains were called in views. I’ve made a simple logging tool to visualize what is happening through the full MVC stack.
Post a comment