No commit activity in last 3 years
No release in over 3 years
Dead simple tagging for MongoMapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Gem Version

Table of Contents

  • 1. MongoMapper Tagger
  • 2. Installation
  • 3. Documentation

MongoMapper Tagger

mongo_mapper_tagger is a dead-simple tagging system for MongoMapper.

It provides user-agnostic unique tags for models.

Note: MongoMapper Tagger is very much a work in progress. Let me know if you find bugs/feel free to open a PR!

Tested on Ruby 2.2.2 with MongoMapper 0.13.1

Installation

It's as simple as a gem install mongo_mapper_tagger and including plugin MongoMapper::Plugins::MongoMapperTagger on the model you want to enable tagging for:

class PhoneNumber
  include MongoMapper::Document
  plugin MongoMapper::Plugins::MongoMapperTagger

  ...
end

Documentation

Currently located at RubyDoc