curator icon indicating copy to clipboard operation
curator copied to clipboard

Model and repository framework

Results 12 curator issues
Sort by recently updated
recently updated
newest added

In using the mongo data store, I've found the issue with timestamps. The mongo driver returns ruby time objects instead of strings, which causes issues in repository._deserialize. I'm not sure...

Hi, I'm working on https://github.com/ifesdjeen/entrepot which is in many ways similar to Curator, but the primary store (for now) is Mongodb, and https://github.com/solnic/virtus is used for property bags, but we're...