Sha256: 66b9c0b7f8b4f8a3ffcb7621abdb4058923b791ff65a58b65b128345d2ce9b5c
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
=== Version 0.2.0 (2009-12-06) This version replaces ID generation and parsing code from UUIDTools with smaller/faster implementation using pack and SecureRandom directly. NOTE: #to_param now generates hex UUIDs *without* dashes. This is a slight change in behavior from 0.1.0. Hex-encoded UUIDs with dashes are still supported by #find. * #find supports binary, Base64, hex and dash-delimited hex UUID strings as input. * Support for varied UUID encodings is implemented in GoldRecord::UUID.coerce. * ID parsing is about 36x faster on my machine (see extras/benchmark-uuidtools-vs-pack). * Initial support for URL-safe Base64 encoding. * #to_param is no longer patched using alias_method_chain. This prevents interfering with models using a specific #to_param implementation. === Version 0.1.0 (2009-10-01) This is the first preview release of GoldRecord, an extension for ActiveRecord that implements unobtrusive support for binary UUIDs. * Currently requires MySQL. * Basic gem + project framework. * Extracted and renamed from UniversalRecord to GoldRecord.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gold-record-0.2.0 | HISTORY.rdoc |