--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: composite_primary_keys version: !ruby/object:Gem::Version version: 0.6.1 date: 2006-08-03 00:00:00 +02:00 summary: Support for composite primary keys in ActiveRecords require_paths: - lib email: drnicwilliams@gmail.com homepage: http://compositekeys.rubyforge.org rubyforge_project: compositekeys description: ActiveRecords only support a single primary key, preventing their use on legacy databases where tables have primary keys over 2+ columns. This solution allows an ActiveRecord to be extended to support multiple keys using the class method set_primary_keys. autorequire: composite_primary_keys default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - Dr Nic Williams files: - Rakefile - install.rb - README - CHANGELOG - lib/composite_primary_keys - lib/composite_primary_keys.rb - lib/composite_primary_keys/composite_arrays.rb - lib/composite_primary_keys/version.rb - lib/composite_primary_keys/base.rb - lib/composite_primary_keys/fixtures.rb - lib/composite_primary_keys/reflection.rb - lib/composite_primary_keys/associations.rb - test/connections - test/fixtures - test/composite_arrays_test.rb - test/hash_tricks.rb - test/delete_test.rb - test/ids_test.rb - test/find_test.rb - test/update_test.rb - test/abstract_unit.rb - test/miscellaneous_test.rb - test/pagination_test.rb - test/dummy_test.rb - test/clone_test.rb - test/associations_test.rb - test/attributes_test.rb - test/create_test.rb - test/connections/native_mysql - test/connections/native_mysql/connection.rb - test/fixtures/reference_type.rb - test/fixtures/reference_code.rb - test/fixtures/reference_types.yml - test/fixtures/reference_codes.yml - test/fixtures/db_definitions - test/fixtures/product.rb - test/fixtures/product_tariff.rb - test/fixtures/tariff.rb - test/fixtures/products.yml - test/fixtures/tariffs.yml - test/fixtures/product_tariffs.yml - test/fixtures/street.rb - test/fixtures/suburb.rb - test/fixtures/streets.yml - test/fixtures/suburbs.yml - test/fixtures/db_definitions/mysql.drop.sql - test/fixtures/db_definitions/mysql.sql test_files: [] rdoc_options: - --main - README extra_rdoc_files: - README executables: [] extensions: [] requirements: [] dependencies: - !ruby/object:Gem::Dependency name: activerecord version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 1.14.3 version: