PagerTree Open Source Integration Adapters. Contribute to a growing library of PagerTree integrations!
- Fork the project
- Create a new branch (ex: "integration-pingdom")
- Add your changes
- Test your changes
- Run standardrb
- If all tests are passing, create a pull request
Please see CREATING_AN_INTEGRATION for details instructions on how to create a new integration.
Please see CONFIGURATION for details on configuration options for the main app.
Add this line to your application's Gemfile:
gem "pager_tree-integrations"
And then execute:
$ bundle
Or install it yourself as:
$ gem install pager_tree-integrations
Copy the migrations to your app:
bin/rails pager_tree_integrations:install:migrations
Then, run the migrations:
bin/rails db:migrate
If you have an issue you'd like to submit, please do so using the issue tracker in GitHub. In order for us to help you in the best way possible, please be as detailed as you can.
If you'd like to open a PR please make sure the following things pass:
bin/rails db:test:prepare
bin/rails test
bundle exec standardrb
The gem is available as open source under the terms of the Apache License v2.0.