Colorized SQL Log Backport for ActiveRecord

One of the new features of Rails 5 will be granular SQL logging so you can easily see SELECT, INSERT, UPDATE, DELETE, and TRANSACTION statements in your log. For example:

Colorized SQL Log Backport for Rails 5

But why let Rails 5 have all the fun? Today I created a gem that allows you to leverage this feature now. The gem is currently compatible and tested for Rails 3.2 to 4.2. Get it here and happy logging!

https://github.com/customink/activerecord-colored_log_subscriber

Resources

by Ken Collins
AWS Serverless Hero