Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linyows/pdns
PowerDNS API mountable engine for Rails
https://github.com/linyows/pdns
api powerdns rails
Last synced: 25 days ago
JSON representation
PowerDNS API mountable engine for Rails
- Host: GitHub
- URL: https://github.com/linyows/pdns
- Owner: linyows
- License: mit
- Created: 2017-04-10T09:16:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T09:25:06.000Z (10 months ago)
- Last Synced: 2024-12-17T19:38:44.925Z (about 1 month ago)
- Topics: api, powerdns, rails
- Language: Ruby
- Homepage:
- Size: 87.9 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
PDNS
=======The PDNS is PowerDNS API mountable engine for Rails.
Backends | Support
-------- | -------
MySQL | ○
PostgreSQL | -
Sqlite3 | -[![ruby gem](https://img.shields.io/gem/v/pdns.svg?style=flat-square)](https://rubygems.org/gems/pdns)
[![Travis](https://img.shields.io/travis/linyows/pdns.svg?style=flat-square)](https://travis-ci.org/linyows/pdns)
[![Coveralls](https://img.shields.io/coveralls/linyows/pdns/master.svg?style=flat-square)](https://coveralls.io/github/linyows/pdns)
[![Code Climate](https://img.shields.io/codeclimate/github/linyows/pdns.svg?style=flat-square)](https://codeclimate.com/github/linyows/pdns)Installation
------------Add this line to your application's Gemfile:
```rb
gem 'pdns'
```And then execute:
```sh
$ bundle
```Or install it yourself as:
```sh
$ gem install pdns
```Usage
-----config/routes.rb:
```rb
mount PDNS::Engine, at: '/dns'
```setup:
```sh
$ bin/rails generate pdns:install
$ bin/rails pdns:create
$ bin/rails pdns:setup
```Development
-----------After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
Contributing
------------Bug reports and pull requests are welcome on GitHub at https://github.com/linyows/pdns.
Author
------- [linyows](https://github.com/linyows)
License
-------The MIT License (MIT)