.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 | | | 149 Bytes | cc141b89564cf10a43be4a2ebf565c1d0d461925a1338ccba227dc897da8346b |
LICENSE | 100644 | 0 | 0 | | | 1.04 KB | 727739187f8974063bac2b3d37de3b0a0f558df6205de1176dc6fb47f0550dcd |
README.md | 100644 | 0 | 0 | | | 1.67 KB | 7a0a63a340884bd1ea2dc75f6898074c27796eb8e8a2eeba7860f6d81f48206f |
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.24 KB | 8376666a4b5a891e657a80741a4c8a4751a727100f66bd44066884e7c706ceb1 |
lib/dynamodb_record/finders.rb | 100644 | 0 | 0 | | | 445 Bytes | 0a6f3fb3cbee72ac0696402660e45812ce7b39851c4889252967e9d00478da14 |
lib/dynamodb_record/persistence.rb | 100644 | 0 | 0 | | | 3.95 KB | 26cc296501339336abb145f38427ff8cce7cd5817676ca7fac3c7401c4e1a9d8 |
lib/dynamodb_record/query.rb | 100644 | 0 | 0 | | | 1.79 KB | aafa1f3c184e520fe331d7e29a682b2ddc23698be8a887196407d5275918f4db |
lib/dynamodb_record/version.rb | 100644 | 0 | 0 | | | 77 Bytes | c8783d75c05a4fea7f44368abb9c347cc5dfcbd4b66f68d068e9eeeddba2404c |
spec/app/models/person.rb | 100644 | 0 | 0 | | | 136 Bytes | 48d8024b75eda1e492d7c48b01fc6f6ba129953eefb4cb1af4a4a336ab250a85 |
spec/app/models/user.rb | 100644 | 0 | 0 | | | 90 Bytes | 518812a3fb1fd2d7d1e311a636d110bfdfce292df1cd1b499533582bc8844e2a |
spec/dynamodb_record/document_spec.rb | 100644 | 0 | 0 | | | 694 Bytes | ca6922dcb3b0a6991bf015c55b772826a6ecf1114b7f7fc06285b8f80c00ee65 |
spec/dynamodb_record/fields_spec.rb | 100644 | 0 | 0 | | | 2.98 KB | 5f2b65d7eebeb13d4f507d28088f14b1a28ca99a654793ecdff56f792452de7c |
spec/dynamodb_record/finders_spec.rb | 100644 | 0 | 0 | | | 477 Bytes | 88fc5a884e8c0bb988ef711e0aca3c35e8d2ea818c09005c8e335db3819e6196 |
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 | 1f948276d1fd31e8e384821db71cc118b5b4f2e351f128c1f18bad1b527e02a3 |
spec/fixtures/vcr_cassettes/DynamodbRecord_Fields/_find/when_record_doesn_t_exists/returns_empty_object.yml | 100644 | 0 | 0 | | | 1.46 KB | 376b8ad78f612cd125524337bc164f56e3971e87414d3a871120a811b6aa6b4b |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 485 Bytes | e097db8c9e3bbdb70c3641fdff8dac3ea1fd0c0f81d67cd08281b2358d88d19a |