active_record_query_trace 1.8.1
Print stack trace of all DB queries to the Rails log. Helpful to find where queries are being executed in your application.
Gemfile:
=
install:
=
Development Dependencies (8):
activerecord
>= 4.0.0
pry
~> 0.13.0
pry-byebug
~> 3.9.0
rspec
>= 3.8.0
rubocop
>= 0.65.0
rubocop-rspec
>= 1.32.0
simplecov
>= 0.16.1
sqlite3
>= 1.3.6