0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
mongoid_midgets is a meta/dependency gem for my microgems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

MongoidMidgets

Meta gem for my microgems.

Currently:

  • mongoid_bitfield — helper for bitfields which are stored as a single property in mongodb
  • mongoid_touch — provides very basic touch method like known from ActiveRecord
  • mongoid_upk — change your document id generator to a more reliable one (minimizes possible id collisions)

Usage

The related gems are not automatically required!

Gemfile

gem "mongoid_midgets", :require => ["mongoid_bitfield", "mongoid_touch", "mongoid_upk"]

Or remove the gems you don't want to use.