Categories: None [Edit]

mongoid-bigbang

https://rubygems.org/gems/mongoid-bigbang
https://github.com/dnlserrano/mongoid-bigbang
When you have a project in which you are not using Mongoid::Timestamps and you want to mock an object's creation time, you have to do some cumbersome operations in order to get those first 4 bytes of the ObjectId to represent the seconds since the Unix epoch that you want for that object. Particularly, if you want to have two objects with the same creation time, it would not suffice to generate the IDs via the BSON::ObjectId.from_time method, since it would yield the same ID for both objects, and you probably do not want them to be seen as the same object. This gem solves this little annoying issue by generating a unique ID for the given timestamp by using the other 8 bytes in ObjectId to generate the needed additional entropy.

Total

Ranking: 116,389 of 192,861
Downloads: 6,285

Daily

Ranking: 67,515 of 192,676
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,391,473,722bundler
81,311,816,021rake
29976,888,025rspec
72600,092,892pry
184273,824,893pry-byebug
2,9935,625,185moped

Owners

#GravatarHandle
1icondnlserrano