Sha256: 34f9924070efe588546eed74f6e7b8cca6dc79ebf9dac17ee9b0a1dac938e354
Contents?: true
Size: 562 Bytes
Versions: 14
Compression:
Stored size: 562 Bytes
Contents
* 0.3.3 * - bug fixes - id= - create now work * 0.1.4 * - it was important that #{primary_key} for composites --> 'key1,key2' and not 'key1key2' so created PrimaryKeys class * 0.0.1 * Initial version - set_primary_keys(*keys) is the activation class method to transform an ActiveRecord into a composite primary key AR - find(*ids) supports the passing of - id sets: Foo.find(2,1), - lists of id sets: Foo.find([2,1], [7,3], [8,12]), - and even stringified versions of the above: - Foo.find '2,1' or Foo.find '2,1;7,3'
Version data entries
14 entries across 14 versions & 1 rubygems