https://github.com/ableco/able-gate-web
Web Interface for Able Gate
https://github.com/ableco/able-gate-web
Last synced: 11 months ago
JSON representation
Web Interface for Able Gate
- Host: GitHub
- URL: https://github.com/ableco/able-gate-web
- Owner: ableco
- Created: 2021-03-10T00:21:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T13:52:26.000Z (about 5 years ago)
- Last Synced: 2025-03-14T01:47:37.769Z (about 1 year ago)
- Language: Ruby
- Size: 356 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Able Gate Web
Able Gate Web is the counterpart web application of [Able Gate CLI](https://github.com/ableco/able-gate) for activating / deactivating third-party integrations for Able employees and setup environments for new products.
## Third-party integrations supported
- Abstract
- Asana
- BambooHR
- Dependabot
- GitHub
- Google Groups
- Heroku
- Invision
- Notion
- Sentry
- Slack
- Pivotal Tracker
## Development setup
**Setup db and seed data**
```
rails db:setup
```
**Put yourself as admin, so you can log into the application**
```
rake create_or_set:admin_user\["John, Nash, john@able.co"\]
```
## Environment variables
For development environments, look for the **Able Gate - Staging ENV** note in the **DevOps** vault.
## Tests
`bundle exec rspec`
> **Note**: Be sure to have your `.env` file with the API tokens.