Port details |
- rubygem-attr_json Serialized json-hash-backed ActiveRecord attributes
- 2.2.0 databases
=0 2.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-07-31 16:48:24
- Last Update: 2023-10-08 11:55:49
- Commit Hash: 6b28846
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/jrochkind/attr_json
- Description:
- ActiveRecord attributes stored serialized in a json column, super smooth.
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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-attr_json>0:databases/rubygem-attr_json
- To install the port:
- cd /usr/ports/databases/rubygem-attr_json/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-attr_json
- pkg install rubygem-attr_json
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-attr_json
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696753702
SHA256 (rubygem/attr_json-2.2.0.gem) = 0992e53bd9e457bf7fcdc2baa4e8161e4c9d69b5be82aa2dbe8edb4024151f8c
SIZE (rubygem/attr_json-2.2.0.gem) = 48128
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activerecord70>=6.0.0<7.2 : databases/rubygem-activerecord70
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-attr_json
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0 08 Oct 2023 11:55:49
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-attr_json: Update to 2.2.0
- Update WWW
Changes: https://github.com/jrochkind/attr_json/blob/master/CHANGELOG.md |
2.1.0 31 Jul 2023 16:39:46
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-attr_json: Add rubygem-attr_json 2.1.0
ActiveRecord attributes stored serialized in a json column, super smooth.
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. |
Number of commits found: 2
|