dynamoid icon indicating copy to clipboard operation
dynamoid copied to clipboard

Ruby ORM for Amazon's DynamoDB.

Results 100 dynamoid issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.35 New features #9364: Add Style/MagicCommentFormat cop. (@​dvandersluis, @​mattbearman) #10776: New option (consistent)...

dependencies

**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....

depfu

Hey there, forgive me for not totally getting the docs or if i've overlooked, but how would I go about indexing an attribute and ordering/sorting results by that attribute? Lets...

question

I came about this problem because I am using Dynamoid in a [Rails Engine](https://edgeguides.rubyonrails.org/engines.html), and I discovered issues where the relationships between models were not functioning correctly due to the...

Hello, I wanted to have a conversation as to how, and if at all, Dynamoid supports the common [single table design](https://aws.amazon.com/blogs/compute/creating-a-single-table-design-with-amazon-dynamodb/) for DynamoDB. The basic TL;DR; is the existing STI...

Hi, As you see in the image below, the native created_at column in the table has high precision, but the sort key (installation_execution_created_at) does not. This is leading to non-unique...

Hi! Tt seems it's not possible to `preload` associations (didn't find it in the docs, code and github issues), but it would be highly valuable for e.g. `belongs_to` associations. Example:...

**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....

depfu

Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version. Changelog Sourced from pry's changelog. [v0.13.1][v0.13.1] (April 12, 2020) Bug fixes Fixed bug where on invalid input only the last...

dependencies

Support two or more aws configuration or specify configuration for model