|7eter l-|. l3oling

Results 371 comments of |7eter l-|. l3oling

@rasouza Can you post a code snippet? Are you referring to current master HEAD? @andrykonchin Did this change?

@andrykonchin The documentation for how to do sorting is based heavily on an `order` method. Perhaps it was never right? https://github.com/Dynamoid/Dynamoid/issues/193#issuecomment-330973868 and https://github.com/Dynamoid/Dynamoid/wiki @richardhsu can you shed any light on...

I am not sure. I haven't used them myself. @bglusman ?

@bglusman - > wonder if we could/should refactor dynamoid to rely on that for much of it's persistence/indexes logic etc since it's aws maintained and likely to be kept up...

@madhusudhan518 What do you mean by backfilled? I am not familiar with that idea in the context of global secondary indexes on DynamoDB. The only relevant thing I think may...

@madhusudhan518 How is your GSI defined? I have a GSI defined like this: ``` global_secondary_index hash_key: dynamo_primary_key_column_name, range_key: :observed_at, projected_attributes: [:vendor_id, :service_id, :analyzed_at] ``` And it is working when queried...

@richardhsu @andrykonchin @gaiottino The described, current, behavior sounds less than ideal to me. I believe rails hides the association proxy object, inside the target somewhere, so the target can be...

I will look into this. I think we may have support for unspecified attributes, but if we do, undocumented. Will find out.

@philipmw is the only admin on the project, and is no longer active. I think a community wiki is a great idea.

I actually only use the secondary index for what I do with Dynamoid. I am not familiar with the Active Record-ish use cases. Perhaps another user can comment. An example...