Displaying 1 result from an estimated 1 matches for "partitioned_id".
2006 Jun 26
0
partitioned_id plugin
After reading Jamis'' post on id partitioning, I
decided to learn how to write a rails plugin so here''s
my first attempt...
Brent
= partitioned_id rails plugin
This library adds a partitioned_id to ease the storage
partitioning of lots of files
in the file system. For an id of 1, a string
"0000/0001" will be returned and for
an id of 12345678, a string "1234/5678" will be
returned.
The default number of digits is 8, th...