Sha256: 9e570cc64522dfe6e26a256e5ccc1d8f802a152e60686761363b3727e2f24aea
Contents?: true
Size: 875 Bytes
Versions: 4
Compression:
Stored size: 875 Bytes
Contents
# 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. 1. Add in your Gemfile `gem "rorvswild"` 2. Run `bundle install` 3. Run `rorvswild-setup API_KEY` 4. 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. ```ruby # config/initializers/rorvswild.rb RorVsWild::Client.new(api_key: API_KEY) ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/rorvswild/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rorvswild-0.6.1 | README.md |
rorvswild-0.6.0 | README.md |
rorvswild-0.5.1 | README.md |
rorvswild-0.5.0 | README.md |