Marginalia::Resque
Marginalia-Resque is an addition to Marginalia that adds useful margin notes for queries generated from Resque jobs. This is useful because marginalia only annotates queries generated from web requests.
Installation
Add this line to your application's Gemfile:
gem 'marginalia-resque'
And then execute:
$ bundle
Or install it yourself as:
$ gem install marginalia-resque
Usage
- There is no step 1.
- It's already working.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request