attr_json
attr_json copied to clipboard
Serialized json-hash-backed ActiveRecord attributes, super smooth
Results
22
attr_json issues
Sort by
recently updated
recently updated
newest added
It would be nice to have a methods to create ActiveRecord queries to let you: * order by an attr_json json attribute -- including a deeply nested one? * compare...
I was thinking - would that be possible to somehow define attr_jsons on record on runtime rather than defining them in advance on model definition? Something like: ``` record =...