Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

asaaki/mongoid_midgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dependency gem for my mongoid microgems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published