active_record_uuid 0.1.0 released
I just released active_record_uuid yesterday. It is a nice gem that uuid support to your activerecord model. It allows you to store uuid in various formats: binary (16 bytes), base64 (24 bytes), hexdigest (32 bytes), or string (36 bytes), and query back with uuid string.
Post a comment