/rack_timer

Provides timing output around each of your Rails rack-based middleware classes.

Primary LanguageRuby

RackTimer

Rack Timer provides timing output around each of your Rails rack-based middleware classes. It will log output to your Rails application log.

To use, simply add rack_timer to your Gemfile:

gem "rack_timer"