Aimee's and Elaine's awesome TrafficSpy.
Add this line to your application's Gemfile:
gem 'traffic_spy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install traffic_spy
- In your terminal, create a database:
createdb traffic_spy
rake db:setup
rake db:migrate
shotgun
You only need to run steps 1 - 3 once.
Make sure you run the commands with the test environment set
TRAFFIC_SPY_ENV=test bundle exec rake db:setup
TRAFFIC_SPY_ENV=test bundle exec rake db:migrate
TRAFFIC_SPY_ENV=test bundle exec gaurd
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request