RorVsWild
Ruby on Rails app monitoring: performances & quality insights for rails developers.
Installation
First you need an API key. Signup here https://www.rorvswild.com to get one and a 14 day free trial.
- Add in your Gemfile
gem "rorvswild" - Run
bundle install - Run
rorvswild-setup API_KEY - Restart / deploy your app !
The rorvswild-setup create a config/rorvswild.yml file.
For those who prefer to manually use an initializer, they can do the following.
# config/initializers/rorvswild.rb
RorVsWild::Client.new(api_key: API_KEY)
Contributing
- Fork it ( https://github.com/[my-github-username]/rorvswild/fork )
- 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 a new Pull Request