0.0
No release in over 3 years
Low commit activity in last 3 years
Support Dynamoid ORM and generators for Devise
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.87.1
~> 1.7, >= 1.7.0

Runtime

 Project Readme

Devise Dynamoid

Devise only support couple of ORM, ActiveRecord (default) and Mongoid. This gem make support Dynamoid ORM for Devise.

Install Devise Gem

First of all, you should install Devise gem and run devise install generator command. Please read Getting Started section from Devise.

Installation

Add 'devise-dynamoid' to your application's Gemfile:

gem 'devise'
gem 'devise-dynamoid'

Execute bundler:

$ bundle

Load and configure dynamoid for your devise ORM. You can find this ORM configuration at config/initializers/devise.rb:35

# ==> ORM configuration
# Load and configure the ORM. Supports :active_record (default) and
# :mongoid (bson_ext recommended) by default. Other ORMs may be
# available as additional gems.
require 'devise/orm/dynamoid'

Usage

Run devise model generator.

$ rails generate dynamoid:devise MODEL

Contributing

Bug reports and pull requests are welcome.

License

The gem is available as open source under the terms of the MIT License.