database_cleaner/adapters/database_cleaner-mongoid
Micah Geisel 0178309284 release v1.99.0. 2021-01-31 15:12:15 -08:00
..
bin test all adapters in travis run. 2018-11-20 21:01:55 -08:00
lib release v1.99.0. 2021-01-31 15:12:15 -08:00
spec add .default_strategy method to all adapters, and move knowledge into it from core. 2019-12-12 00:22:29 -08:00
.gitignore extract database_cleaner-mongoid adapter. 2018-11-20 21:01:50 -08:00
.rspec extract database_cleaner-mongoid adapter. 2018-11-20 21:01:50 -08:00
.travis.yml CI: adapters, drop sudo: false 2020-01-31 00:38:47 -06:00
Gemfile extract database_cleaner-mongoid adapter. 2018-11-20 21:01:50 -08:00
Gemfile.lock release v1.99.0. 2021-01-31 15:12:15 -08:00
LICENSE.txt extract database_cleaner-mongoid adapter. 2018-11-20 21:01:50 -08:00
README.md deprecate :connection and :model orm configuration options in favor of :db. 2020-05-24 14:34:39 -07:00
Rakefile extract database_cleaner-mongoid adapter. 2018-11-20 21:01:50 -08:00
database_cleaner-mongoid.gemspec release v1.99.0. 2021-01-31 15:12:15 -08:00

README.md

Database Cleaner Adapter for Mongoid

Build Status Code Climate

Clean your Mongoid databases with Database Cleaner.

See https://github.com/DatabaseCleaner/database_cleaner for more information.

Installation

# Gemfile
group :test do
  gem 'database_cleaner-mongoid'
end

Supported Strategies

Truncation Transaction Deletion
Yes No No

(Default strategy is denoted in bold)

Configuration options

ORM How to access Notes
Mongoid DatabaseCleaner[:mongoid] Multiple databases supported for Mongoid 3. Specify DatabaseCleaner[:mongoid, {:db => :db_name}]

See [LICENSE] for details.