0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
A simple mongoid model for storing events.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

#mongoid-event

Requirement

This has only been emperically tested with Mongoid 3.

What are there no tests with this gem?

This test only contains a data model, any tests for this functionally should/do live with the Mongoid gem.

What is this?

Its a standard vanilla mongoid backed event model. It provides a base for those that wish to store events of some kind.

How can I used this?

After storing events, figure out what matters to you, index against the fields you care about and query to your heart's content.

How does it work?

Use it directly, subclass it, preload it with things important to your application . what ever you find clever.