Skip to content

acaprojects/doorkeeper-couchbase

Repository files navigation

doorkeeper-couchbase extension

Installation

doorkeeper-couchbase provides doorkeeper support to couchbase To start using it, add to your Gemfile:

gem "doorkeeper-couchbase"

Run doorkeeper’s installation generator:

rails generate doorkeeper:install

This will install the doorkeeper initializer into config/initializers/doorkeeper.rb.

Set the ORM configuration:

Doorkeeper.configure do
  orm :couchbase
end

Tests

To run tests, clone this repository and run rake. It will copy and run doorkeeper’s original test suite, after configuring the ORM according to the variables defined in .travis.yml file.


Please refer to https://github.com/doorkeeper-gem/doorkeeper for instructions on doorkeeper’s project.

About

Couchbase ORM for the Doorkeeper project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages