# 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` ```ruby gem 'footprints', '~> 0.0.1' ``` And rebuild your bundle: ```bash $ bundle install ``` Or install without _Bundler_: ```bash $ 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](LICENSE)