activemodel-datastore icon indicating copy to clipboard operation
activemodel-datastore copied to clipboard

Ruby on Rails with Active Model and Google Cloud Datastore. Extracted from Agrimatics Aero.

Results 3 activemodel-datastore issues
Sort by recently updated
recently updated
newest added

# Motivation I want to use bulk insert feature to improve performance. # Resolution implement `ActiveModel::Datastore.save_all(entries)` in case of 500 records insertion, 200x faster than before. # Remark I'm not...

enhancement

I noticed that the dirty tracking "is to be documented" in the readme. I played around with it and noticed to my surprise that changes are not wiped after a...

help wanted

We currently support the `parent_key_id` attribute as an integer id. We should add support for also using a parent key string name. Something like id_or_name. Example: def build_model(entity) model_entity =...

enhancement