kvokka / pp_sql

Rails ActiveRecord SQL queries log beautifier
MIT License
265 stars 9 forks source link

Add option to disable pretty print log for rails #11

Closed indigolain closed 5 years ago

indigolain commented 5 years ago

I added an option to toggle log formatting in rails on or off depending on the attribute value the user sets, just like the rewrite_to_sql_method attribute. This would be helpful for users and/or teams who want to control the toggling of the log formatting with their initializers.

kvokka commented 5 years ago

Thank you for the contribution. The idea is cool!

I will be happy to merge it straight after adding a few words about the new feature to README.md.

indigolain commented 5 years ago

@kvokka Thank you for the feedback! I've updated README for the new feature!

kvokka commented 5 years ago

Thank you for the contribution!