No release in over a year
PagerTree Open Source Integration Adapters. Contribute to a growing library of PagerTree integrations!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 7.0.1
 Project Readme

PagerTree::Integrations

PagerTree Open Source Integration Adapters. Contribute to a growing library of PagerTree integrations!

Add An Integration

  1. Fork the project
  2. Create a new branch (ex: "integration-pingdom")
  3. Add your changes
  4. Test your changes
  5. Run standardrb
  6. If all tests are passing, create a pull request

Please see CREATING_AN_INTEGRATION for details instructions on how to create a new integration.

Usage

Please see CONFIGURATION for details on configuration options for the main app.

Installation

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

Migrations

Copy the migrations to your app:

bin/rails pager_tree_integrations:install:migrations

Then, run the migrations:

bin/rails db:migrate

🙏 Contributing

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

📝 License

The gem is available as open source under the terms of the Apache License v2.0.