Footprints

Overview

Footprints lets you track and visualise the full graph of HTTP requests and database queries made by your Rails application.

Installation

Add the gem to your Gemfile

gem 'footprints', '~> 0.0.1'

And rebuild your bundle:

$ bundle install

Or install without Bundler:

$ gem install footprints -v '0.0.1'

Usage

TODO: Write usage instructions here

Contributing

Fork and create a pull request.

Run tests with RSpec:

$ bin/rspec

Check code with Rubocop:

$ bin/rubocop

License

MIT License