ActiveRecordExtended
StoreModel
Our great sponsors
ActiveRecordExtended | StoreModel | |
---|---|---|
2 | 6 | |
1,168 | 761 | |
- | - | |
7.8 | 6.6 | |
about 1 month ago | 10 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ActiveRecordExtended
-
My project: railstart app
active_record_extended
StoreModel
-
Is JSONB + Postgres still a viable way of storing varying attributes?
I use both https://github.com/madeintandem/jsonb_accessor and https://github.com/DmitryTsepelev/store_model for storing different types of JSONB data in my Rails app. jsonb_accessor is great for lightweight, non-queryable('ish) fields, and StoreModel is great for mapping JSON documents to model-type records.
There are some other gems that can do similar things (each with somewhat different design and possibilities) including https://github.com/madeintandem/jsonb_accessor , https://github.com/DmitryTsepelev/store_model , and https://github.com/palkan/store_attribute
-
How to implement user options
One of these two should do the trick: https://github.com/jrochkind/attr_json https://github.com/DmitryTsepelev/store_model
-
store_model 1.0.0. released
store_model is a gem for wrapping JSONB values to ActiveRecord–like models:
-
Is there a way you can create a base model and your client may add attributes as needed?
Take a look at these gems, and see if they fit your needs: - https://github.com/DmitryTsepelev/store_model - https://github.com/madeintandem/jsonb_accessor
What are some alternatives?
BabySqueel - :pig: An expressive query DSL for Active Record
Goldiloader - Just the right amount of Rails eager loading
Ruby JSON Schema Validator - Ruby JSON Schema Validator
arel-helpers - Useful tools to help construct database queries with ActiveRecord and Arel.
Discard - 🃏🗑 Soft deletes for ActiveRecord done right
activerecord_json_validator - 🔩 ActiveRecord::JSONValidator makes it easy to validate JSON attributes against a JSON schema.
ValidatesZipcode - Postal code / zipcode validation for Rails, supporting 233 country codes
Acts As Tennant - Easy multi-tenancy for Rails in a shared database setup.
Closure Tree - Easily and efficiently make your ActiveRecord models support hierarchies
dry-validation - Validation library with type-safe schemas and rules
ActsAsList - An ActiveRecord plugin for managing lists.
ferry - A data migration and visualization command line gem in Ruby