SanitizeSqlLike
StoreModel
SanitizeSqlLike | StoreModel | |
---|---|---|
- | 6 | |
0 | 1,063 | |
- | - | |
0.0 | 7.2 | |
over 3 years ago | 8 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.
SanitizeSqlLike
We haven't tracked posts mentioning SanitizeSqlLike yet.
Tracking mentions began in Dec 2020.
StoreModel
-
Is JSONB + Postgres still a viable way of storing varying attributes?
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:
-
Rails attributes: an essential API you can probably ignore
I find it most useful for wrapping JSON columns to some smart Ruby objects e.g. with https://github.com/DmitryTsepelev/store_model
-
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?
Apartment - Database multi-tenancy for Rack (and Rails) applications
ActiveRecordExtended - Adds additional postgres functionality to an ActiveRecord / Rails application
ranked-model - An acts_as_sortable/acts_as_list replacement built for Rails 4+
arel-helpers - Useful tools to help construct database queries with ActiveRecord and Arel.
Ruby JSON Schema Validator - Ruby JSON Schema Validator
jsonb_accessor - Adds typed jsonb backed fields to your ActiveRecord models.
Goldiloader - Just the right amount of Rails eager loading
ActsAsList - An ActiveRecord plugin for managing lists.
ferry - A data migration and visualization command line gem in Ruby
ActsAsTree - ActsAsTree -- Extends ActiveRecord to add simple support for organizing items into parent–children relationships.
rails_or - Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
ActiveRecord Import - A library for bulk insertion of data into your database using ActiveRecord.