mongoid-history
mongoid-history copied to clipboard
default tracker should not depend on loading order especially if there are multiples
It looks like right now, the default tracker is based either on an explicit configuration in a rails initializer (optional) or whatever tracker gets loaded first. I think the config should be required and also abandon the reliance on the first loaded tracker because this causes confusion and you have no idea what the default tracker is going to be.