No commit activity in last 3 years
No release in over 3 years
Doorkeeper Couchbase ORMs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

< 2, >= 0.0.0
< 5, >= 4.0.0
 Project Readme

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.