Learn how to install Trifle::Traces in your Ruby application.
Installation
Add this line to your application's Gemfile:
gem 'trifle-traces'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install trifle-traces
Dependencies
Trifle::Traces
can be used independently of rails. Yay!
In comparison to other Trifle gems, this one does not include drivers for persisting data. During configuration you need to write add a callback method that handles persistance.