The project is in a healthy, maintained state
Mongoid adapters for Statesman
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1
>= 5.2
~> 13.0.0
~> 3.1
~> 2.4.0
~> 1.1
~> 0.9.1

Runtime

~> 10.0
 Project Readme

Statesman Mongoid

Gem Version Build Maintainability Test Coverage

Set of adapters to use Mongoid as the persistence layer for Statesman. Provide feature parity with default adapters, generators and specs in an hassle-free manner.

Installation

Add this line to your application's Gemfile:

gem 'statesman_mongoid'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install statesman_mongoid

Usage

Follow instructions in the Statesman's doc and simply replace the ActiveRecord adapters with these ones when appropriate:

Statesman::Adapters::Mongoid
Statesman::Adapters::MongoidTransition
Statesman::Adapters::MongoidQueries

Generator(s) specific to mongoid:

rails generate statesman:mongoid_transition Order OrderTransition

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 the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/oz-tal/statesman_mongoid.

known issues

Transactions in Mongoid 8.x (and under) lack support for after_commit callbacks and Mongoid::Errors::Rollback raising. This could affect transactional integrity in some situation. Since the required features are present in Mongoid 9.0.0-alpha, a fix is planned after the new major version rollout of the alpha phase.

License

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