.github/workflows/ci.yml | 100644 | 0 | 0 | | | 950 Bytes | f8fb249652bdbf4bfefa96b23bdee4e876b1006152c9092831a9471d901b706a |
.gitignore | 100644 | 0 | 0 | | | 268 Bytes | d38e16cd90078aa30d3a2a113dfa91c73c967f27eafb66a127393485d5465b72 |
.ruby-version | 100644 | 0 | 0 | | | 5 Bytes | 2d4c7661b7672f03032ffa2b98c5d144773a73529e205f4c151dae2ff12a1dc5 |
CHANGELOG.md | 100644 | 0 | 0 | | | 54 Bytes | c8b3811f54d311346d9eabbc27843a00e8cdbbe15516c623cc431077a635c8bb |
Gemfile | 100644 | 0 | 0 | | | 70 Bytes | ed54c37fdd231505e0bc291cab201c234136bfcbdc87bfb522ad309cc41037cf |
LICENSE | 100644 | 0 | 0 | | | 1.04 KB | 727739187f8974063bac2b3d37de3b0a0f558df6205de1176dc6fb47f0550dcd |
README.md | 100644 | 0 | 0 | | | 1.75 KB | 5bf23a2b58860d11125b215a50f1a85b4b78e29d90587baa76e3300d260884be |
dynamodb_record.gemspec | 100644 | 0 | 0 | | | 1.23 KB | 77a72a1624c97c55f26e1bbf77395f37b2911538b11f8ffdbcf3fe8c3557d184 |
lib/dynamodb_record.rb | 100644 | 0 | 0 | | | 653 Bytes | d540500fa38c33282b0d949b69ed870c96aefc5426d55c692b332ac63a301426 |
lib/dynamodb_record/associations.rb | 100644 | 0 | 0 | | | 2.03 KB | 7d443d89c67e510ed70c59e242fa046335daa601676a34ebec9ad2fab0e265b6 |
lib/dynamodb_record/collection.rb | 100644 | 0 | 0 | | | 1.21 KB | 01f114d99e14c2a5f513f16ae5595aec888de5a0884c394fd61b4c73201bbec7 |
lib/dynamodb_record/config.rb | 100644 | 0 | 0 | | | 412 Bytes | ab2888c595b1d89581bc9b36c16d9a794f8836821583674e92035bf6a846c40f |
lib/dynamodb_record/document.rb | 100644 | 0 | 0 | | | 1.07 KB | f7cd79f11f6b71edb554456d483b1b630157f95c7a25d57d9fca0514aa623493 |
lib/dynamodb_record/fields.rb | 100644 | 0 | 0 | | | 3.31 KB | f51a1065b0db085451224a30c9e53fa3210691ac5ec34b19c7617ef71c045fea |
lib/dynamodb_record/finders.rb | 100644 | 0 | 0 | | | 559 Bytes | e2c8126bf32feacb94a1aa3cb0790feb4009a717107b95ef3f9328f1a82f04e1 |
lib/dynamodb_record/persistence.rb | 100644 | 0 | 0 | | | 4.06 KB | 631b517f540fd9827b1a1d8fc59707a966c5b656d62ae8d5459f8cf0b0fa6118 |
lib/dynamodb_record/query.rb | 100644 | 0 | 0 | | | 1.79 KB | aafa1f3c184e520fe331d7e29a682b2ddc23698be8a887196407d5275918f4db |
lib/dynamodb_record/version.rb | 100644 | 0 | 0 | | | 77 Bytes | 506d6728e2bd2c99ae13b50ae412147cda35967c77a8b03ec4b7b469b77623ac |
spec/app/models/person.rb | 100644 | 0 | 0 | | | 167 Bytes | 8a2fde8d6df44d39fd3f21f643bcaa7457f69a076987a0c528a479aa57d9bf10 |
spec/app/models/user.rb | 100644 | 0 | 0 | | | 121 Bytes | ad410e375ac175dda300bb8253b3596b0ff6ec5e6c89775fea95edb1cb38bf66 |
spec/dynamodb_record/document_spec.rb | 100644 | 0 | 0 | | | 725 Bytes | 9a2b82e8075d73c932be0e9d231e17edd49be9b4b3b657fdd587f5d2cf38f318 |
spec/dynamodb_record/fields_spec.rb | 100644 | 0 | 0 | | | 3.21 KB | 8c96bc720f39265f7dcfeff815d06191cd83dc0298fc8629d812a044314f9e11 |
spec/dynamodb_record/finders_spec.rb | 100644 | 0 | 0 | | | 480 Bytes | 5a4d845807b711fc65a29aad37f8bd0da346fc7ecb51832d83544e5e40730f95 |
spec/fixtures/vcr_cassettes/DynamodbRecord_Document/initializes_from_database.yml | 100644 | 0 | 0 | | | 1.54 KB | ade63e90efee8b49f3916475db0ca64de2fae75fbb5b15a329c3d7889a53841f |
spec/fixtures/vcr_cassettes/DynamodbRecord_Fields/_find/finds_record.yml | 100644 | 0 | 0 | | | 1.54 KB | 743f9084a7ac20355a973dc9ac595c49adf9aec99591dce9f00e2ac20a86b018 |
spec/fixtures/vcr_cassettes/DynamodbRecord_Fields/_find/when_record_doesn_t_exists/returns_empty_object.yml | 100644 | 0 | 0 | | | 1.47 KB | c08f8bd8135f838d9b8487a84d36b2df81bf9583751ab8e81648a93fd90a8b46 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 516 Bytes | 305e268d046443d9dd0ef27a8e3961ab4701089672eb52aa008b3796b63c314d |