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: 115,574 of 188,662
Downloads: 6,114

Daily

Ranking: 99,463 of 188,645
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,096,432,657bundler
101,194,314,047rake
29937,780,685rspec
74566,617,521pry
176261,076,569pry-byebug
2,9145,526,218moped

Owners

#GravatarHandle
1icondnlserrano