RubyGems Navigation menu

attr_json 1.5.0

ActiveRecord attributes stored serialized in a json column, super smooth. For Rails 5.0, 5.1, or 5.2. Typed and cast like Active Record. Supporting nested models, dirty tracking, some querying (with postgres jsonb contains), and working smoothy with form builders. Use your database as a typed object store via ActiveRecord, in the same models right next to ordinary ActiveRecord column-backed attributes and associations. Your json-serialized attr_json attributes use as much of the existing ActiveRecord architecture as we can.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.3.0 - December 04, 2023 (48 KB)
  2. 2.2.0 - October 05, 2023 (47 KB)
  3. 2.1.0 - July 13, 2023 (47 KB)
  4. 2.0.1 - February 28, 2023 (46.5 KB)
  5. 2.0.0 - January 30, 2023 (46.5 KB)
  6. 1.5.0 - January 18, 2023 (47 KB)
Show all versions (20 total)

Runtime Dependencies (1):

activerecord >= 5.0.0, < 7.1

Development Dependencies (7):

appraisal ~> 2.2
bundler >= 0
rake >= 10.0
rexml >= 0
rspec ~> 3.7
webrick ~> 1.0

Owners:

Pushed by:

Authors:

  • Jonathan Rochkind

SHA 256 checksum:

e988ce7ef1718f23737621e3a84d7362e958c182c51da22cc3c63bb6e7d12115

Total downloads 667,240

For this version 14,613

License:

MIT

Required Ruby Version: >= 2.4.0

Links: