Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 870 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 870 Bytes

doorkeeper-rethinkdb extension

Installation

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

gem "doorkeeper-rethinkdb"

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 :rethinkdb
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.